We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322c8c6 commit 597ba25Copy full SHA for 597ba25
functional_tests.sh
@@ -8,8 +8,9 @@ coverage run \
8
-m unittest \
9
discover \
10
--pattern '*Tests.py' \
11
- --start-directory ./ \
12
- ./tests/functional
+ --top-level-directory ./ \
+ --start-directory ./tests/functional/ \
13
+ ./tests/functional/
14
TESTS_PASSED=$?
15
16
if [[ $TESTS_PASSED -eq 0 ]];
unit_tests.sh
- ./tests/unit
+ --start-directory ./tests/unit/ \
+ ./tests/unit/
0 commit comments