Skip to content

Commit 064aff9

Browse files
committed
added stub for testing #84
1 parent ac68144 commit 064aff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
. venv/bin/activate
4141
export PYTHONPATH=./stub
4242
mkdir test-reports
43-
python3 -m unittest test/*_test.py > test-reports/test_report.txt 2>&1
44-
43+
python3 -m unittest test/*_test.py 2>&1 | tee test-reports/test_report.txt
44+
echo "test complete"
4545
- store_artifacts:
4646
path: test-reports/
4747
destination: tr1

0 commit comments

Comments
 (0)