Skip to content

Commit

Permalink
Use pytest as test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Feb 9, 2021
1 parent bcb0630 commit c068c2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Run tests
run: |
nosetests --with-coverage --cover-package=ephyviewer
pytest -v --cov
- name: Report coverage to Coveralls
run: coveralls
Expand Down
3 changes: 2 additions & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
av
coveralls
neo
nose
pandas
pytest
pytest-cov

0 comments on commit c068c2d

Please sign in to comment.