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.
1 parent 1a7f6b1 commit 3f59ae9Copy full SHA for 3f59ae9
.circleci/config.yml
@@ -42,7 +42,7 @@ jobs:
42
name: run tests
43
command: |
44
. venv/bin/activate
45
- python -m unittest test/*.py > test/test-report.txt
+ PYTHONPATH=./test/stub python -m unittest test/*.py > test/test-report.txt
46
47
- store_artifacts:
48
path: test/*.txt
0 commit comments