mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +01:00
Updates circleci config to match bc250bd814
Cli tests are commented out for now
This commit is contained in:
@@ -49,10 +49,22 @@ jobs:
|
|||||||
command: cp pisa/sample_conf.py pisa/conf.py
|
command: cp pisa/sample_conf.py pisa/conf.py
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: run pisa tests
|
name: run pisa unit tests
|
||||||
command: |
|
command: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pytest test/unit
|
pytest test/pisa/unit/
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: run common unit tests
|
||||||
|
command: |
|
||||||
|
. venv/bin/activate
|
||||||
|
pytest test/common/unit
|
||||||
|
|
||||||
|
# - run:
|
||||||
|
# name: run cli unit tests
|
||||||
|
# command: |
|
||||||
|
# . venv/bin/activate
|
||||||
|
# pytest test/apps/cli/unit
|
||||||
|
|
||||||
# - store_artifacts:
|
# - store_artifacts:
|
||||||
# path: test-reports
|
# path: test-reports
|
||||||
|
|||||||
Reference in New Issue
Block a user