Skip to content

Commit 0c386ac

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
command: |
4040
. venv/bin/activate
4141
export PYTHONPATH=./stub
42-
python3 -m unittest test/coderbot_test.py
42+
mkdir test-reports
43+
python3 -m unittest test/coderbot_test.py > test-reports/test_report.txt
4344
4445
- store_artifacts:
4546
path: test-reports/

0 commit comments

Comments
 (0)