Skip to content

Commit

Permalink
switch to using pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Feb 23, 2019
1 parent f06539c commit a399224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ init:

test:
rm -f .coverage vdf/*.pyc tests/*.pyc
PYTHONHASHSEED=0 nosetests --verbosity 1 --with-coverage --cover-package=vdf
PYTHONHASHSEED=0 pytest --cov=vdf tests

pylint:
pylint -r n -f colorized vdf || true
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
nose
coverage
mock
pytest-cov==2.6.0

0 comments on commit a399224

Please sign in to comment.