summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib
Commit message (Expand)AuthorAgeFilesLines
...
* Removed depreciated code from config.py; removed corresponding unit testsJason Gerard DeRose2008-12-221-161/+1
* Plugin.__init__() now checks that subclass hasn't defined attributes that con...Jason Gerard DeRose2008-12-211-0/+8
* Improved Plugin.call() method and added its unit testJason Gerard DeRose2008-12-211-0/+12
* Added request.create_translation() function and corresponding unit testsJason Gerard DeRose2008-12-181-1/+44
* Started work on per-request gettext setupJason Gerard DeRose2008-12-181-0/+56
* New Param: ported Param.__repr__() and corresponding unit testJason Gerard DeRose2008-12-181-0/+12
* New Param: added unit tests for TypeError cases in DefaultFrom.__init__()Jason Gerard DeRose2008-12-181-0/+8
* New Param: added missing unit tests for TypeError and ValueError cases in par...Jason Gerard DeRose2008-12-181-0/+9
* New Param: fixed small bug in Param.convert() and added detailed docstringJason Gerard DeRose2008-12-181-1/+1
* New Param: fixed a few things in Param.convert() and added corresponding unit...Jason Gerard DeRose2008-12-181-1/+30
* Plugin.doc instance attribute is now parsed out using inspect.getdoc(); added...Jason Gerard DeRose2008-12-171-2/+11
* Removed Plugin.doc property and replaced with instance attribute created in P...Jason Gerard DeRose2008-12-171-10/+9
* Removed Plugin.name property and replaced with instance attribute created in ...Jason Gerard DeRose2008-12-171-6/+10
* New Param: split class_rules and *rules into separate attributesJason Gerard DeRose2008-12-171-2/+12
* New Param: added basic rule logicJason Gerard DeRose2008-12-121-2/+8
* New Param: cleanup up readability of Param.__init__(); added unit tests for u...Jason Gerard DeRose2008-12-121-0/+9
* New Param: added all logic for minlength, maxlength, and length in Bytes clas...Jason Gerard DeRose2008-12-121-1/+56
* New Param: changed kwargs class attribute to a tuple so the subclass interfac...Jason Gerard DeRose2008-12-111-29/+26
* Copied DefaultFrom into parameter.py; added docstring to new Param.normalize(...Jason Gerard DeRose2008-12-111-5/+67
* Finished kwarg validation and extension mechanism in parameter.ParamJason Gerard DeRose2008-12-111-3/+45
* Started roughing out the consolidated type/parameter system in parameters.py;...Jason Gerard DeRose2008-12-101-0/+93
* Fixed Warning messages about log dir in unit testJason Gerard DeRose2008-12-082-24/+11
* Removed depreciated rpc code from ipalib.util; removed corresponding unit tes...Jason Gerard DeRose2008-12-081-99/+0
* tests.test_ipalib.test_rpc now imports constants from tests.dataJason Gerard DeRose2008-12-081-32/+16
* Re-enable Python2.4 tests and fixed some small things broken under Python2.4Jason Gerard DeRose2008-12-082-2/+4
* Stared some RPC-related error cleanup; started work on ipa_server.rcp.xmlrpc ...Jason Gerard DeRose2008-11-241-3/+3
* Started moving xmlrpc-functions from ipalib.util to ipalib.rpcJason Gerard DeRose2008-11-241-0/+123
* Small changed to test_round_trip() testJason Gerard DeRose2008-11-211-3/+5
* Added test_util.test_round_trip() test that tests use of xmlrpc_wrap() and xm...Jason Gerard DeRose2008-11-201-28/+86
* Added util.xmlrpc_wrap(), util.xmlrpc_unwrap() functions an corresponding uni...Jason Gerard DeRose2008-11-191-0/+38
* Added unit test for Param.ispassword() methodJason Gerard DeRose2008-11-181-0/+16
* Command.get_defaults() now returns param.default if param.type is a BoolJason Gerard DeRose2008-11-171-4/+4
* env plugin now subclasses from RemoteOrLocalJason Gerard DeRose2008-11-141-5/+5
* Added frontend.LocalOrRemote command base class for commands like envJason Gerard DeRose2008-11-141-1/+55
* Started work on cleaning up how exceptions are caught and sys.exit() is calle...Jason Gerard DeRose2008-11-131-3/+3
* Change Param.__repr__() so it returns the exact expression that could create ...Jason Gerard DeRose2008-11-131-0/+12
* Added util.make_repr() function; added corresponding unit testsJason Gerard DeRose2008-11-131-2/+14
* output_for_cli signature is now output_for_cli(textui, result, *args, **options)Jason Gerard DeRose2008-11-121-10/+9
* Changed calling signature of output_for_cli(); started work on 'textui' backe...Jason Gerard DeRose2008-11-121-0/+25
* Partially revert back change. Del shouldn't provide default options.Rob Crittenden2008-11-031-3/+2
* Reoganized global option functionality to it is easy for any script to use th...Jason Gerard DeRose2008-10-311-10/+15
* Fixed test_Del.test_get_options()Jason Gerard DeRose2008-10-301-9/+5
* Added tests.util.get_api() function to create a standard (api, home) tuple fo...Jason Gerard DeRose2008-10-302-25/+7
* Did some initial work for Context pluginsJason Gerard DeRose2008-10-301-2/+20
* API.load_plugins() no longer takes dry_run=False kwarg and instead checks in ...Jason Gerard DeRose2008-10-272-3/+4
* More CLI cleanup, got all basics working againJason Gerard DeRose2008-10-271-64/+77
* More docstrings, functionality, and unit tests for improved CLI classJason Gerard DeRose2008-10-271-0/+44
* Unit test for CLI.boostrap() now checks that -e overrides and values from con...Jason Gerard DeRose2008-10-272-1/+43
* API.bootstrap() now calls Env._finalize_core(); updated unit testsJason Gerard DeRose2008-10-272-2/+14
* Implemented basic CLI.bootstrap(); added corresponding unit testsJason Gerard DeRose2008-10-271-6/+20