Skip to content

Commit

Permalink
Switch unit tests from nose to pytest as the test runner
Browse files Browse the repository at this point in the history
Prep for full fix of scivey#3
  • Loading branch information
Gavin Bisesi committed Oct 26, 2016
1 parent fc5044b commit 661bac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ test-integration-rethink:
$(RUN) ./mockthink/test/integration/__init__.py --run rethink --grep $(GREP)

test-unit:
$(SET_PATH) && nosetests ./mockthink/test/unit
$(SET_PATH) && py.test ./mockthink/test/unit

test: test-unit test-integration test-functional
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ envlist = py27,py35
[testenv]
whitelist_externals = make
deps =
nose
pytest
py27: mock
commands = make test

0 comments on commit 661bac4

Please sign in to comment.