Skip to content

Commit

Permalink
chore: Fixing tox for running locally. It was not collecting any test…
Browse files Browse the repository at this point in the history
…s. (#272)

* chore: Fixing tox for running locally. It was not collecting any tests.
  • Loading branch information
awais786 authored May 24, 2022
1 parent 2896729 commit 99d635f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ requirements: ## install development environment requirements
pip-sync requirements/dev.txt requirements/private.*

test: clean ## run tests in the current virtualenv
pytest
tox

diff_cover: test ## find diff lines that need test coverage
diff-cover coverage.xml
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ max-line-length = 120
[pytest]
addopts = --cov repo_health --cov-report term-missing
norecursedirs = .* docs requirements
testpaths =
tests

[pydocstyle]
ignore = D101,D200,D203,D212,D215,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414
Expand Down

0 comments on commit 99d635f

Please sign in to comment.