Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: verify
-
Labels:None
-
Story Points:0.4
-
Epic Link:
-
Team:SQuaRE
Description
When running pytest on a specific file in verify, it first runs all test files, then runs the named file a second time. This is not the expected behavior; in other packages the syntax pytest <file> runs only the tests in that file. Please fix this behavior so that only the requested tests are run, with no duplicates.
I wonder if this is related to this line in the setup.cfg:
addopts = --flake8 --doctest-modules python bin.src tests