diff options
author | Petr Viktorin <pviktori@redhat.com> | 2014-10-23 19:17:09 +0200 |
---|---|---|
committer | Tomas Babej <tbabej@redhat.com> | 2014-11-21 12:14:44 +0100 |
commit | 0ad5c57f6243a7dbfc15af04b87e88f59c65409c (patch) | |
tree | f1cf1e82c003ab6661ae7657985996cf75737f2a /ipatests/pytest.ini | |
parent | eaad0a9ced1e989d5c64a7432995b1a679aab77c (diff) | |
download | freeipa-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.ini | 1 |
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 |