add support for py.test

This commit is contained in:
Mike Bayer 2014-04-11 14:26:57 -04:00
parent d56e6c91a1
commit 33427803f8
1 changed files with 6 additions and 0 deletions

View File

@ -11,3 +11,9 @@ identity = C4DAFEE1
[nosetests]
logging-config=nose_logging_config.ini
[pytest]
addopts= --tb native -v -r fxX
python_files=tests/*test_*.py