Skip to content

Commit ede6159

Browse files
committed
added stub for testing #84
1 parent 3027e81 commit ede6159

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,13 @@ jobs:
3434
key: v1-dependencies-{{ checksum "requirements_stub.txt" }}
3535

3636
# 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
4137
- run:
4238
name: run tests
4339
command: |
4440
. venv/bin/activate
45-
PYTHONPATH=./stub python -m unittest test/*.py > test/test-report.txt
41+
PYTHONPATH=./stub python -m unittest test/*.py
4642
4743
- store_artifacts:
48-
path: test/*.txt
44+
path: .
4945
destination: test-reports
5046

0 commit comments

Comments
 (0)