Skip to content

Commit

Permalink
Switch to pytest for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfmann committed Jan 28, 2025
1 parent 9767def commit 742b5c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
- name: Test with unittest
- name: Test with pytest
run: |
python evoke/tests/run_tests.py
pytest
8 changes: 0 additions & 8 deletions evoke/tests/run_tests.py

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ scipy = "^1.10.1"
tqdm = ">4.50.1"
matplotlib = ">3.7.1"
python-ternary = ">1.0.0"
pytest = "^8.3.4"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 742b5c8

Please sign in to comment.