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 3027e81 commit ede6159Copy full SHA for ede6159
.circleci/config.yml
@@ -34,17 +34,13 @@ jobs:
34
key: v1-dependencies-{{ checksum "requirements_stub.txt" }}
35
36
# run tests!
37
- # this example uses Django's built-in test-runner
38
- # other common Python testing frameworks include pytest and nose
39
- # https://pytest.org
40
- # https://nose.readthedocs.io
41
- run:
42
name: run tests
43
command: |
44
. venv/bin/activate
45
- PYTHONPATH=./stub python -m unittest test/*.py > test/test-report.txt
+ PYTHONPATH=./stub python -m unittest test/*.py
46
47
- store_artifacts:
48
- path: test/*.txt
+ path: .
49
destination: test-reports
50
0 commit comments