Skip to content

Commit 232f6e6

Browse files
committed
added stub for testing #84
1 parent 064aff9 commit 232f6e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
. venv/bin/activate
4141
export PYTHONPATH=./stub
4242
mkdir test-reports
43-
python3 -m unittest test/*_test.py 2>&1 | tee test-reports/test_report.txt
43+
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
4446
echo "test complete"
4547
- store_artifacts:
4648
path: test-reports/

0 commit comments

Comments
 (0)