summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib
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
* Tests: Fix failing ipatests/test_ipalib/test_errors.pyLenka Doudova2016-06-291-4/+4
* frontend: don't copy command arguments to output paramsJan Cholasta2016-06-201-3/+3
* plugable: initialize plugins on demandJan Cholasta2016-06-152-11/+11
* rpc: specify connection options in API configJan Cholasta2016-06-031-1/+1
* plugable: turn Plugin attributes into propertiesJan Cholasta2016-06-031-4/+0
* plugable: switch API to Registry-based plugin discoveryJan Cholasta2016-05-251-23/+13
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-251-5/+0
* frontend: remove the unused Command.soft_validate methodJan Cholasta2016-05-251-29/+0
* frontend: re-raise remote RequirementError using CLI name in CLIJan Cholasta2016-05-251-17/+11
* parameters: remove unused ConversionError and ValidationError argumentsJan Cholasta2016-05-251-21/+3
* Pylint: enable reimported checkMartin Basti2016-03-221-2/+0
* test_parameters: Ignore specific error messagePetr Viktorin2016-02-171-2/+1
* Remove unused importsMartin Basti2015-12-238-20/+10
* Remove empty test fileMartin Basti2015-12-231-26/+0
* raise more descriptive Backend connection-related exceptionsMartin Babinsky2015-12-211-7/+9
* Applied tier0 and tier1 marks on unit tests and xmlrpc testsMilan Kubik2015-11-0915-0/+51
* test_parameters: Alias long to int under Python 3Petr Viktorin2015-10-271-0/+1
* Fix more bytes/unicode issuesPetr Viktorin2015-10-225-37/+68
* ipalib.parameters: Require bytes for Bytes.patternPetr Viktorin2015-10-131-1/+0
* ipalib.parameters: Handle 0-prefixed octal format of intsPetr Viktorin2015-10-131-0/+1
* ipalib.aci: Port to Python 3Petr Viktorin2015-10-131-3/+3
* test_ipalib.test_frontend: Port unbound method tests to Python 3Petr Viktorin2015-10-131-4/+16
* x509: Port to Python 3Petr Viktorin2015-10-131-15/+6
* Appease pylintPetr Viktorin2015-10-071-0/+2
* Remove uses of the `types` modulePetr Viktorin2015-10-071-6/+5
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-072-7/+7
* Use sys.maxsize instead of sys.maxintPetr Viktorin2015-10-071-3/+3
* Replace StandardError with ExceptionRobert Kuska2015-09-304-17/+17
* Use byte literals where appropriateJan Cholasta2015-09-172-14/+14
* Use bytes instead of str where appropriateJan Cholasta2015-09-171-5/+5
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-176-0/+30
* Modernize use of range()Petr Viktorin2015-09-017-12/+12
* Use the print functionPetr Viktorin2015-09-014-17/+21
* Replace uses of map()Petr Viktorin2015-09-011-2/+1
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-011-2/+5
* Use Python3-compatible dict method namesPetr Viktorin2015-09-015-15/+15
* Modernize function and method attribute namesPetr Viktorin2015-08-121-4/+4
* Modernize 'except' clausesPetr Viktorin2015-08-121-5/+5
* tests: test_rpc: Create connection for the current threadTomas Babej2015-07-221-0/+3
* plugable: Remove unused call method of PluginJan Cholasta2015-07-011-10/+0
* plugable: Specify plugin base classes and modules using API propertiesJan Cholasta2015-07-011-1/+5
* plugable: Change is_production_mode to method of APIJan Cholasta2015-07-012-12/+59
* plugable: Remove SetProxy, DictProxy and MagicDictJan Cholasta2015-07-011-170/+0
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-016-121/+103
* plugable: Load plugins only from modules imported by APIJan Cholasta2015-07-014-13/+13
* plugable: Move plugin base class and override logic to APIJan Cholasta2015-07-011-97/+21
* Fix ldap2 shared connectionMartin Basti2015-04-021-6/+6
* ipalib: Allow multiple API instancesJan Cholasta2015-03-051-44/+75