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.
2 parents ec67dfc + 53b71b7 commit fb6fd71Copy full SHA for fb6fd71
.circleci/config.yml
@@ -38,7 +38,7 @@ jobs:
38
name: run tests
39
command: |
40
. venv/bin/activate
41
- export PYTHONPATH=./stub
+ export PYTHONPATH=./stub:test
42
mkdir test-reports
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
0 commit comments