Updated comparison notebook
parent
9abdd00cec
commit
529ea36904
File diff suppressed because one or more lines are too long
|
|
@ -3,4 +3,6 @@ test=pytest
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
addopts = --verbose --cov-config .coveragerc --cov-report term --cov-report xml --cov=camelot --mpl
|
addopts = --verbose --cov-config .coveragerc --cov-report term --cov-report xml --cov=camelot --mpl
|
||||||
|
# Switch to no-cov if you want to debug a test with breakpoints.
|
||||||
|
# addopts = --verbose --mpl
|
||||||
python_files = tests/test_*.py
|
python_files = tests/test_*.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue