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