summaryrefslogtreecommitdiffstats
path: root/ipatests/util.py
Commit message (Expand)AuthorAgeFilesLines
* Add options to run only ipaclient unittestsChristian Heimes2017-03-171-3/+14
* Explicitly pass down ccache names for connectionsSimo Sorce2017-02-151-13/+18
* Catch ValueError raised by pytest.config.getoption()Christian Heimes2017-01-051-1/+1
* Use env var IPA_CONFDIR to get confdirChristian Heimes2016-12-021-0/+6
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-291-3/+2
* ipatests: Fix assert_deepequal outside of pytest processMilan Kubík2016-11-141-1/+6
* ipatests: provide context manager for keytab usage in RPC testsMilan Kubík2016-10-041-5/+67
* Pretty-print structures in assert_deepequalStanislav Laznicka2016-09-301-7/+28
* Remove unused variables in testsMartin Basti2016-09-271-1/+1
* ipatests: Allow change_principal context manager to use canonicalizationMilan Kubík2016-07-291-2/+4
* ipatests: Extend the MockLDAP utility classMilan Kubík2016-07-291-0/+10
* Fix several small typosBen Lipton2016-07-261-1/+1
* ipatests: fix for change_principal context managerMilan Kubík2016-04-211-9/+10
* Separated Tracker implementations into standalone packageMilan Kubík2015-12-021-0/+6
* ipatests: added unlock_principal_password and change_principalMilan Kubík2015-10-271-0/+40
* ipatest.util: Port to Python 3Petr Viktorin2015-10-221-1/+1
* Rename caught exception for use outside the except: block.Petr Viktorin2015-10-131-5/+2
* Do not compare types that are not comparable in Python 3Petr Viktorin2015-10-131-2/+8
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+3
* ipatests: Add basic tests for certificate profile pluginMilan Kubík2015-09-161-0/+10
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-2/+2
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-6/+9
* Modernize 'except' clausesPetr Viktorin2015-08-121-1/+1
* plugable: Load plugins only from modules imported by APIJan Cholasta2015-07-011-2/+2
* Run pylint on testsPetr Viktorin2015-01-141-15/+2
* ipatests.util.ClassChecker: Raise AttributeError in get_subclsPetr Viktorin2014-11-211-1/+1
* tests: Use PEP8-compliant setup/teardown method namesPetr Viktorin2014-11-211-2/+2
* Require rid-base and secondary-rid-base in idrange-add after ipa-adtrust-installAna Krivokapic2013-06-241-6/+31
* Make an ipa-tests packagePetr Viktorin2013-06-171-0/+637