summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipapython/test_ipautil.py
Commit message (Expand)AuthorAgeFilesLines
* Pylint: enable reimported checkMartin Basti2016-03-221-2/+0
* pylint: remove bare exceptMartin Basti2016-03-221-1/+1
* ipautil.run, kernel_keyring: Encoding fixes for Python 3Petr Viktorin2016-02-171-1/+1
* make lint: use config file and plugin for pylintMartin Basti2016-02-111-0/+2
* Remove unused importsMartin Basti2015-12-231-2/+0
* Refactor ipautil.runPetr Viktorin2015-12-141-0/+61
* Applied tier0 and tier1 marks on unit tests and xmlrpc testsMilan Kubik2015-11-091-0/+4
* Do not compare types that are not comparable in Python 3Petr Viktorin2015-10-131-1/+1
* Convert zip() result to list()Petr Viktorin2015-09-011-2/+2
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-12/+17
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-121-12/+16
* Run pylint on testsPetr Viktorin2015-01-141-8/+5
* test_ipapython: Use functions instead of classes in test generatorsPetr Viktorin2014-11-211-5/+6
* 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-251-0/+280
* Make an ipa-tests packagePetr Viktorin2013-06-171-0/+69