Skip to content

Commit ffe46bc

Browse files
try with the shell script for the cli test
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent e264ef8 commit ffe46bc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

tests/run_all_tests.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,9 @@ mkdir temp
2929
cd temp
3030

3131
# 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)"
32+
echo "\nTesting CLI using a shell script"
33+
../test_cli.sh
34+
echo "Done with CLI using a shell script"
3935

4036
echo "\nTesting parsing (basic)"
4137
$PYTHON_EXEC -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m basic ../test_parsing.py

0 commit comments

Comments
 (0)