summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib/test_rpc.py
Commit message (Expand)AuthorAgeFilesLines
* rpc: specify connection options in API configJan Cholasta2016-06-031-1/+1
* Fix more bytes/unicode issuesPetr Viktorin2015-10-221-8/+14
* Appease pylintPetr Viktorin2015-10-071-0/+2
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-071-6/+6
* Use byte literals where appropriateJan Cholasta2015-09-171-12/+12
* Use bytes instead of str where appropriateJan Cholasta2015-09-171-5/+5
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+5
* Use the print functionPetr Viktorin2015-09-011-5/+6
* Modernize 'except' clausesPetr Viktorin2015-08-121-5/+5
* tests: test_rpc: Create connection for the current threadTomas Babej2015-07-221-0/+3
* tests: Use PEP8-compliant setup/teardown method namesPetr Viktorin2014-11-211-2/+2
* Support API version-specific RPC marshalling.Jan Cholasta2014-04-181-14/+15
* Implement XML introspectionPetr Viktorin2014-01-141-3/+89
* Make an ipa-tests packagePetr Viktorin2013-06-171-0/+244