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 0c386ac commit ac68144Copy full SHA for ac68144
.circleci/config.yml
@@ -40,7 +40,7 @@ jobs:
40
. venv/bin/activate
41
export PYTHONPATH=./stub
42
mkdir test-reports
43
- python3 -m unittest test/coderbot_test.py > test-reports/test_report.txt
+ python3 -m unittest test/*_test.py > test-reports/test_report.txt 2>&1
44
45
- store_artifacts:
46
path: test-reports/
0 commit comments