freeipa/ipatests/test_ipapython
Christian Heimes 4069c129ea Add workaround for pytest 3.3.0 bug
pytest is setting an env var PYTEST_CURRENT_TEST to the test name + test
parameters. If parameters happen to contain NULL bytes, the putenv()
call fails with "ValueError: embedded null byte". The workaround uses
repr() of test parameters as parameter id.

See https://github.com/pytest-dev/pytest/issues/2957
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2017-11-28 19:43:15 +01:00
..
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_certdb.py Support sqlite NSSDB 2017-11-16 12:17:01 +01:00
test_cookie.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_dn.py pylint: make unsupported-assignment-operation check local 2017-09-08 15:42:07 +02:00
test_ipautil.py Backup ipa-custodia conf and keys 2017-11-13 18:10:54 +01:00
test_ipavalidate.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_kerberos.py Enhance __repr__ method of Principal 2016-11-30 09:40:43 +01:00
test_keyring.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_session_storage.py py3: Remove comparison >=2 of debnug log level 2017-06-28 16:26:50 +02:00
test_ssh.py Add workaround for pytest 3.3.0 bug 2017-11-28 19:43:15 +01:00