]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- add py.test config, see if jenkins no longer pulls in sqlalchemy conftest files...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Mar 2014 06:26:45 +0000 (01:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Mar 2014 06:26:45 +0000 (01:26 -0500)
setup.cfg

index 72840f33cd9c7c0db3d677cc358d9fd6076bcc1f..530eb95e15cb1606d70ebba0c00002a5dada933e 100644 (file)
--- 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
+
+