summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib/test_frontend.py
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix frontend testsLenka Doudova2016-06-301-3/+0
* Tests: Fix failing tests in ipatests/test_ipalib/test_frontend.pyLenka Doudova2016-06-301-11/+9
* frontend: don't copy command arguments to output paramsJan Cholasta2016-06-201-3/+3
* plugable: initialize plugins on demandJan Cholasta2016-06-151-10/+10
* frontend: remove the unused Command.soft_validate methodJan Cholasta2016-05-251-29/+0
* Applied tier0 and tier1 marks on unit tests and xmlrpc testsMilan Kubik2015-11-091-0/+4
* Fix more bytes/unicode issuesPetr Viktorin2015-10-221-3/+8
* test_ipalib.test_frontend: Port unbound method tests to Python 3Petr Viktorin2015-10-131-4/+16
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+6
* Modernize use of range()Petr Viktorin2015-09-011-2/+2
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-1/+1
* Modernize function and method attribute namesPetr Viktorin2015-08-121-4/+4
* plugable: Change is_production_mode to method of APIJan Cholasta2015-07-011-11/+55
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-90/+76
* plugable: Load plugins only from modules imported by APIJan Cholasta2015-07-011-6/+6
* Run pylint on testsPetr Viktorin2015-01-141-3/+6
* Remove the unused ipalib.frontend.Property classPetr Viktorin2014-02-211-65/+15
* frontend: report arguments errors with better detailAlexander Bokovoy2013-10-041-1/+1
* Make an ipa-tests packagePetr Viktorin2013-06-171-0/+1188