Skip to content

Commit

Permalink
Fix linting and enable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Kudriashev authored and skudriashev committed Jul 1, 2018
1 parent e37bb4f commit 54f8505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
.PHONY: test
test: clean
test: clean lint
@py.test -s -p no:doubles test

.PHONY: lint
Expand Down
1 change: 1 addition & 0 deletions doubles/pytest_plugin.py
Expand Up @@ -2,6 +2,7 @@

from doubles.lifecycle import teardown, verify


@pytest.hookimpl(hookwrapper=True)
def pytest_pyfunc_call(pyfuncitem):
outcome = yield
Expand Down

0 comments on commit 54f8505

Please sign in to comment.