summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/xmlrpc_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add utility functions for plugin unit testing.Pavel Zuna2009-07-021-0/+12
|
* Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ ↵Jason Gerard DeRose2009-05-111-8/+0
| | | | don't get read; cleaned up config.Env automagic with regard to running in-tree vs. installed
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-3/+3
|
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-201-1/+0
| | | | | | Once this is committed we can start the process of renaming errors2 as errors. I thought that combinig this into one commit would be more difficult to review.
* Fix remaining issues with XML-RPC test casesRob Crittenden2009-02-041-0/+13
| | | | | | Tied the make-test script into the test target of the top-level Makefile Added code to xmlrpc_test.py so that it configures the API if it isn't already done which enables individual tests to be executed.
* Applied Rob's errors patchRob Crittenden2009-02-031-2/+2
|
* Mostly got the test_xmlrpc/ tests working againJason Gerard DeRose2009-02-031-13/+14
|
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-031-1/+0
|
* Command.takes_options and Command.takes_args class attributes can now also ↵Jason Gerard DeRose2009-02-031-0/+1
| | | | be a callable
* Revert change that caused XML-RPC tests to be skippedRob Crittenden2009-01-191-1/+0
|
* Removed Plugin.name property and replaced with instance attribute created in ↵Jason Gerard DeRose2008-12-171-0/+3
| | | | Plugin.__init__()
* Skip tests if the remote XML-RPC server is not responding.Rob Crittenden2008-11-031-0/+47