File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 7070
7171 - name : pytest
7272 run : |
73- pytest --verbose --color=yes --last-failed -- cov batchspawner batchspawner/tests
73+ pytest --cov= batchspawner
7474
7575 # GitHub action reference: https://github.com/codecov/codecov-action
7676 - uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ requires = ["setuptools", "wheel"]
33build-backend = " setuptools.build_meta"
44
55
6+ # pytest is used for running Python based tests
7+ #
8+ # ref: https://docs.pytest.org/en/stable/
9+ #
10+ [tool .pytest .ini_options ]
11+ addopts = " --verbose --color=yes --durations=10"
12+ testpaths = [" batchspawner/tests" ]
13+
14+
615# tbump is used to simplify and standardize the release process when updating
716# the version, making a git commit and tag, and pushing changes.
817#
You can’t perform that action at this time.
0 commit comments