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

Merge branch 'fix_pytest' into 'master'

Update nose to pytest

See merge request !16
parents dc1107d8 1be4adaa
No related branches found
No related tags found
1 merge request!16Update nose to pytest
Pipeline #63724 passed
......@@ -43,13 +43,14 @@ test:
- bob fusion resource --help
- bob fusion resource
- bob fusion boundary --help
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
- 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 -aEb doctest {{ project_dir }}/doc sphinx
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx]
requires:
- nose {{ nose }}
- pytest {{ pytest }}
- pytest-cov {{ pytest_cov }}
- coverage {{ coverage }}
- sphinx {{ sphinx }}
- sphinx_rtd_theme {{ sphinx_rtd_theme }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment