Skip to content

Commit

Permalink
Use pytest instead of unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Feb 2, 2024
1 parent af0844b commit be6845e
Show file tree
Hide file tree
Showing 8 changed files with 498 additions and 593 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: python -m pip install . -v --no-build-isolation --no-deps

- name: Run tests
run: python -m unittest discover tests -v
run: pytest -sv

- name: Build docs
working-directory: docs
Expand Down
1 change: 1 addition & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- docopt
- gitpython
- numpy
- pytest
- python
- pyyaml
- requests
Expand Down
Loading

0 comments on commit be6845e

Please sign in to comment.