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 064aff9 commit 232f6e6Copy full SHA for 232f6e6
.circleci/config.yml
@@ -40,7 +40,9 @@ jobs:
40
. venv/bin/activate
41
export PYTHONPATH=./stub
42
mkdir test-reports
43
- python3 -m unittest test/*_test.py 2>&1 | tee test-reports/test_report.txt
+ python3 -m unittest test/coderbot_test.py 2>&1 | tee test-reports/test_report.txt
44
+ python3 -m unittest test/cnn_test.py 2>&1 | tee test-reports/test_report.txt
45
+ python3 -m unittest test/camera_test.py 2>&1 | tee test-reports/test_report.txt
46
echo "test complete"
47
- store_artifacts:
48
path: test-reports/
0 commit comments