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 e264ef8 commit ffe46bcCopy full SHA for ffe46bc
tests/run_all_tests.sh
@@ -29,13 +29,9 @@ mkdir temp
29
cd temp
30
31
# start tests
32
-echo "\nTesting CLI (basic)"
33
-$PYTHON_EXEC -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m basic ../test_cli.py
34
-echo "Done with CLI (basic)"
35
-
36
-echo "\nTesting CLI (api)"
37
-$PYTHON_EXEC -m pytest --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m api ../test_cli.py
38
-echo "Done with CLI (api)"
+echo "\nTesting CLI using a shell script"
+../test_cli.sh
+echo "Done with CLI using a shell script"
39
40
echo "\nTesting parsing (basic)"
41
$PYTHON_EXEC -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m basic ../test_parsing.py
0 commit comments