mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
test-reports into circleci
This commit is contained in:
@@ -47,8 +47,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: run tests
|
name: run tests
|
||||||
command: |
|
command: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate\
|
||||||
py.test
|
mkdir test-reports
|
||||||
|
pytest --junitxml=test-reports/junit.xml
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: test-reports
|
path: test-reports
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
.pytest_cache
|
.pytest_cache
|
||||||
.vscode
|
.vscode
|
||||||
__pycache__
|
__pycache__
|
||||||
|
test-reports
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
pytest==5.0.1
|
pytest==5.0.1
|
||||||
|
pytest-html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user