Skip to content

Commit ac68144

Browse files
committed
added stub for testing #84
1 parent 0c386ac commit ac68144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
. venv/bin/activate
4141
export PYTHONPATH=./stub
4242
mkdir test-reports
43-
python3 -m unittest test/coderbot_test.py > test-reports/test_report.txt
43+
python3 -m unittest test/*_test.py > test-reports/test_report.txt 2>&1
4444
4545
- store_artifacts:
4646
path: test-reports/

0 commit comments

Comments
 (0)