Skip to content

Commit

Permalink
Make it possible to use py.test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Apr 9, 2015
1 parent 9d0fc30 commit adea823
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Expand Up @@ -6,3 +6,8 @@ ignore = E127,E128,E226,E401,E501
# E128: continuation line under-indented for visual indent
# E226: missing whitespace around arithmetic operator
# E401: multiple imports on one line

[pytest]
python_files = imgdiff.py tests.py
python_functions = !test_suite
addopts = --doctest-modules --ignore=setup.py

0 comments on commit adea823

Please sign in to comment.