Skip to content
Snippets Groups Projects
Commit f501771a authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[test] fix the pytest command

parent 63941259
No related branches found
No related tags found
1 merge request!104Use pytest instead of nose.
Pipeline #63720 passed
...@@ -55,7 +55,7 @@ test: ...@@ -55,7 +55,7 @@ test:
- {{ name }} - {{ name }}
commands: commands:
- bob pad --help - bob pad --help
- pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs {{ name }} sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx - pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs {{ name }}
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
- conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect linkages -p $PREFIX {{ name }} # [not win]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment