Skip to content

Commit

Permalink
use unittest instead
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoPope committed Jul 23, 2024
1 parent a10639c commit 27b426d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ jobs:
- name: Display installed python package versions
run: |
pip list || :
- name: Install pytest
run: |
pip install pytest
- name: Install build dependencies
run: |
pip install -r requirements.txt
Expand All @@ -85,4 +82,4 @@ jobs:
pip list || :
- name: Run unit tests
run: |
pytest
python3 -m unittest discover
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/.DS_Store
__pycache__
__*.py
__*.py
.pytest_cache

0 comments on commit 27b426d

Please sign in to comment.