@ -45,11 +45,17 @@ jobs:
# https://pytest.org
# https://nose.readthedocs.io
- run:
name: run tests
name: run tests for riddle.py
command: |
. venv/bin/activate
python riddle.py -t Python
name: run tests for riddle2.py
python riddle2.py
- store_artifacts:
path: test-reports
destination: test-reports