summaryrefslogtreecommitdiffstats
path: root/ipatests/pytest.ini
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-10-23 19:17:09 +0200
committerTomas Babej <tbabej@redhat.com>2014-11-21 12:14:44 +0100
commit0ad5c57f6243a7dbfc15af04b87e88f59c65409c (patch)
treef1cf1e82c003ab6661ae7657985996cf75737f2a /ipatests/pytest.ini
parenteaad0a9ced1e989d5c64a7432995b1a679aab77c (diff)
downloadfreeipa-0ad5c57f6243a7dbfc15af04b87e88f59c65409c.tar.gz
freeipa-0ad5c57f6243a7dbfc15af04b87e88f59c65409c.tar.xz
freeipa-0ad5c57f6243a7dbfc15af04b87e88f59c65409c.zip
Switch integration testing config to a fixture
The hack of storing the config on the class is left in; it would be too much work for too little gain at this time. https://fedorahosted.org/freeipa/ticket/4610 Reviewed-By: Tomas Babej <tbabej@redhat.com>
Diffstat (limited to 'ipatests/pytest.ini')
-rw-r--r--ipatests/pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipatests/pytest.ini b/ipatests/pytest.ini
index 32dc858b0..38b0484c0 100644
--- a/ipatests/pytest.ini
+++ b/ipatests/pytest.ini
@@ -11,6 +11,7 @@ addopts = --doctest-modules
-p ipatests.pytest_plugins.nose_compat
-p ipatests.pytest_plugins.declarative
-p ipatests.pytest_plugins.ordering
+ -p ipatests.pytest_plugins.integration
# Ignore files for doc tests.
# TODO: ideally, these should all use __name__=='__main__' guards
--ignore=setup.py