Skip to content

Commit

Permalink
added --cov-report=term to pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mpecchi committed Feb 28, 2024
1 parent 4c78b73 commit 40c18dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ filterwarnings =
ignore:datetime.datetime.utcnow.*:DeprecationWarning

markers =
slow: marks tests as slow (deselect with '-m "not slow"')
slow: marks tests as slow (deselect with '-m "not slow"')

addopts = --cov-report=term
Binary file modified tests/data_for_testing/compounds_properties.xlsx
Binary file not shown.
Binary file modified tests/data_for_testing/deriv_compounds_properties.xlsx
Binary file not shown.

0 comments on commit 40c18dd

Please sign in to comment.