Skip to content

Commit b392d0e

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ jobs:
3838
name: run tests
3939
command: |
4040
. venv/bin/activate
41-
PYTHONPATH=./stub python3 -m unittest test/*.py
41+
export PYTHONPATH=./stub
42+
python3 -m unittest test/coderbot_test.py
4243
4344
- store_artifacts:
4445
path: test-reports/
4546
destination: tr1
4647

4748
- store_test_results:
48-
path: test-reports/
49+
path: test-reports/
50+

0 commit comments

Comments
 (0)