Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
Removed tests for documentations, also added only /tests folder for testing.
  • Loading branch information
LalitNM authored Nov 30, 2020
1 parent e79c19d commit 24ea97b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ docs =
exohunter = data/*

[tool:pytest]
testpaths = "exohunter" "docs"
doctest_plus = enabled
text_file_format = rst
addopts = --doctest-rst
addopts = -ra -q
testpaths =
tests

[coverage:run]
omit =
Expand Down

0 comments on commit 24ea97b

Please sign in to comment.