From: Mike Bayer Date: Tue, 4 Mar 2014 06:26:45 +0000 (-0500) Subject: - add py.test config, see if jenkins no longer pulls in sqlalchemy conftest files... X-Git-Tag: rel_0_6_4~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d01063faa6c5eebf041d024c00fc80afa0a56c7;p=thirdparty%2Fsqlalchemy%2Falembic.git - add py.test config, see if jenkins no longer pulls in sqlalchemy conftest files... --- diff --git a/setup.cfg b/setup.cfg index 72840f33..530eb95e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,3 +13,9 @@ identity = C4DAFEE1 [alembic] + +[pytest] +addopts= --tb native -v -r fxX +python_files=tests/*test_*.py + +