Skip to content

Commit

Permalink
migrate from nose to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroroiz committed Aug 21, 2024
1 parent ac715fc commit 2c56505
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ test: test_unit

test_unit:
mkdir -p build
nosetests tests/unit
pytest tests/unit
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ flake8==2.3.0
# Upstream url: https://pypi.python.org/pypi/coverage
coverage==3.7.1

# nose makes testing easier
# License: GNU Library or Lesser General Public License (LGPL)
# Upstream url: http://readthedocs.org/docs/nose
nose==1.3.7
# License: MIT
# Upstream url: https://pypi.org/project/pytest/
pytest

# Mocking and Patching Library for Testing
# License: BSD
Expand Down

0 comments on commit 2c56505

Please sign in to comment.