Merge pull request #4631 from hugovk/pytest-testpaths

Add testpaths to tell pytest where to search for tests
This commit is contained in:
Andrew Murray 2020-05-19 21:23:54 +10:00 committed by GitHub
commit db31563fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,3 +10,4 @@ multi_line_output = 3
[tool:pytest]
addopts = -rs
testpaths = Tests