Skip to content

Commit 3f59ae9

Browse files
committed
added stub for testing #84
1 parent 1a7f6b1 commit 3f59ae9

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
@@ -42,7 +42,7 @@ jobs:
4242
name: run tests
4343
command: |
4444
. venv/bin/activate
45-
python -m unittest test/*.py > test/test-report.txt
45+
PYTHONPATH=./test/stub python -m unittest test/*.py > test/test-report.txt
4646
4747
- store_artifacts:
4848
path: test/*.txt

0 commit comments

Comments
 (0)