Skip to content

Commit

Permalink
chore(ci): Switch test framework from nosetests to unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
hwonyo committed Oct 20, 2024
1 parent b026d96 commit b6081be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ jobs:

- name: Install dependencies
run: |
pip install nose
pip install mock
pip install coveralls
pip install responses
- name: Run tests
run: |
nosetests --with-coverage --cover-package=nta
python -m unittest discover -s tests
- name: Upload coverage to Coveralls
if: success()
Expand Down

0 comments on commit b6081be

Please sign in to comment.