Skip to content

Commit

Permalink
🏗️ Specify tests path in setup.cfg
Browse files Browse the repository at this point in the history
Co-authored-by: David GarcĂ­a GarzĂłn <david.garcia@somenergia.coop>
  • Loading branch information
javikalsan and vokimon committed May 10, 2023
1 parent 09bf88d commit 8b3eb9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[coverage:run]
relative_files = True
branch = True
omit =
**/*test.py
omit =
**/test_*.py
source: heman

[tool:pytest]
addopts: --doctest-modules --cov=heman
testpaths =
heman/api
tests/

0 comments on commit 8b3eb9a

Please sign in to comment.