chore(Dockerfile): run tests in all dirs
This commit is contained in:
parent
86a40d02c7
commit
a337e547ec
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool:pytest]
|
||||
norecursedirs = .* *.egg build dist docs
|
||||
testpaths = test
|
||||
testpaths = ./
|
||||
confcutdir = test
|
||||
|
||||
[coverage:run]
|
||||
|
|
Reference in a new issue