Jason Gerard DeRose
|
ae39dece13
|
Added Command.args_options_2_params() method and its unit tests
|
2009-02-03 15:29:00 -05:00 |
|
Jason Gerard DeRose
|
6e53d03c69
|
Command.takes_options and Command.takes_args class attributes can now also be a callable
|
2009-02-03 15:28:59 -05:00 |
|
Jason Gerard DeRose
|
79422d0489
|
All unit tests now working (except for doctests and Rob's xmlrpc tests)
|
2009-01-14 13:51:37 -07:00 |
|
Jason Gerard DeRose
|
09e2f5d615
|
New Param: got most of unit tests ported (still have 6 errors); haven't ported doctests yet
|
2009-01-14 13:17:30 -07:00 |
|
Jason Gerard DeRose
|
69acff450c
|
New Param: removed more depreciated 'import ipa_types'
|
2009-01-14 12:00:47 -07:00 |
|
Jason Gerard DeRose
|
2b2e73e7df
|
Removed depreciated code from frontend.py; frontend.py no longer imports ipa_types
|
2009-01-14 11:39:29 -07:00 |
|
Jason Gerard DeRose
|
7e21ea5ad8
|
Fixed Warning messages about log dir in unit test
|
2008-12-08 16:56:24 -07:00 |
|
Jason Gerard DeRose
|
500b816681
|
Added unit test for Param.ispassword() method
|
2008-11-18 16:29:08 -07:00 |
|
Jason Gerard DeRose
|
8474bd01da
|
Command.get_defaults() now returns param.default if param.type is a Bool
|
2008-11-17 18:50:30 -07:00 |
|
Jason Gerard DeRose
|
9de56d43f0
|
env plugin now subclasses from RemoteOrLocal
|
2008-11-14 21:58:39 -07:00 |
|
Jason Gerard DeRose
|
36737c2d91
|
Added frontend.LocalOrRemote command base class for commands like env
|
2008-11-14 21:29:46 -07:00 |
|
Jason Gerard DeRose
|
860d391f3e
|
Change Param.__repr__() so it returns the exact expression that could create it; added unit test for Param.__repre__()
|
2008-11-13 22:16:04 -07:00 |
|
Jason Gerard DeRose
|
f04aaff97c
|
output_for_cli signature is now output_for_cli(textui, result, *args, **options)
|
2008-11-12 09:55:11 -07:00 |
|
Jason Gerard DeRose
|
d76202fea3
|
API.env is now an Env instance rather than an Environment instance
|
2008-10-27 01:35:40 -06:00 |
|
Jason Gerard DeRose
|
bb978e591b
|
Fixed bug in DefaultFrom where impleied keys were using entire func_code.co_varnames instead of an approprate slice
|
2008-10-20 16:45:32 -06:00 |
|
Jason Gerard DeRose
|
8322138f38
|
Added new Param.flags attribute (set with flags=foo kwarg)
|
2008-10-17 19:34:26 -06:00 |
|
Martin Nagy
|
3a80297b04
|
Reworking Environment, moved it to config.py
|
2008-10-17 23:11:51 +02:00 |
|
Jason Gerard DeRose
|
446037fd60
|
Added Object.get_dn() method; added corresponding unit tests
|
2008-10-13 23:26:24 -06:00 |
|
Jason Gerard DeRose
|
8674086b85
|
Param now takes cli_name kwarg that sets Param.cli_name attribute
|
2008-10-13 17:24:23 -06:00 |
|
Jason Gerard DeRose
|
887016e69d
|
Base Command.execute() method now raises NotImplementedError; updated unit tests
|
2008-10-08 18:18:13 -06:00 |
|
Jason Gerard DeRose
|
ad2cd6560b
|
PEP 257: cleaned up docstrings in test_frontend.py
|
2008-10-08 00:58:53 -06:00 |
|
Jason Gerard DeRose
|
deb8e3dfc8
|
Renamed tests/tstutil.py to tests/util.py
|
2008-10-07 22:30:53 -06:00 |
|
Jason Gerard DeRose
|
f6ac2df6bd
|
Moved tstutil.py into base of tests so it can be used by all test subpackages more easily
|
2008-10-07 21:59:47 -06:00 |
|
Jason Gerard DeRose
|
af56c71d50
|
Cleaned up package and module level docstrings for everything in tests/
|
2008-10-07 21:25:23 -06:00 |
|
Jason Gerard DeRose
|
7721443a62
|
Moved ipalib/tests/ into tests/test_ipalib/
|
2008-10-07 20:41:15 -06:00 |
|