summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipapython
Commit message (Expand)AuthorAgeFilesLines
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-172-0/+11
* Convert zip() result to list()Petr Viktorin2015-09-011-2/+2
* Modernize use of range()Petr Viktorin2015-09-011-1/+1
* Use Python3-compatible dict method namesPetr Viktorin2015-09-012-14/+19
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-122-26/+17
* Modernize 'except' clausesPetr Viktorin2015-08-122-2/+2
* Remove Editable DN and DN component classesPetr Viktorin2015-04-231-1663/+987
* performance: faster DN implementationPetr Vobornik2015-04-141-7/+10
* ipatests: port of p11helper test from githubMilan Kubik2015-04-021-0/+276
* Run pylint on testsPetr Viktorin2015-01-141-8/+5
* test_ipapython: Use functions instead of classes in test generatorsPetr Viktorin2014-11-212-11/+11
* tests: Use PEP8-compliant setup/teardown method namesPetr Viktorin2014-11-212-7/+1
* Use /usr/bin/python2Xiao-Long Chen2014-01-032-2/+2
* Raise an error when updating CIDict with duplicate keysPetr Viktorin2013-09-251-0/+12
* Add missing dict methods to CIDictPetr Viktorin2013-09-251-3/+66
* Convert test_ipautil from unittest to nosePetr Viktorin2013-09-251-169/+153
* Move tests to test directoriesPetr Viktorin2013-09-252-0/+377
* Make an ipa-tests packagePetr Viktorin2013-06-176-0/+2729