Skip to content

Commit

Permalink
Make test configuration pytest compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael van Tellingen committed Feb 22, 2015
1 parent fe358ac commit baec2ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
@@ -1,2 +1,5 @@
[bdist_wheel]
universal=1

[pytest]
python_files=test_*.py *tests.py
5 changes: 5 additions & 0 deletions tests/conftest.py
@@ -0,0 +1,5 @@
from config import configure


def pytest_configure():
configure()

0 comments on commit baec2ab

Please sign in to comment.