We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a63bfe commit 8879fcfCopy full SHA for 8879fcf
Justfile
@@ -13,7 +13,7 @@ _setup:
13
14
# Run all tests
15
test-all: _setup test-import
16
- {{pytest}} -n auto -m "not setup" --html=report.html --self-contained-html --cov=cortexapps_cli --cov-append --cov-report term-missing tests
+ {{pytest}} -n auto --dist loadfile -m "not setup" --html=report.html --self-contained-html --cov=cortexapps_cli --cov-append --cov-report term-missing tests
17
18
# Run all tests serially - helpful to see if any tests seem to be hanging
19
_test-all-individual: test-import
0 commit comments