summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in DefaultFrom where impleied keys were using entire func_code.co_v...Jason Gerard DeRose2008-10-201-0/+10
* Add comments in config.py and fix Environment.get()Martin Nagy2008-10-201-0/+5
* Added new Param.flags attribute (set with flags=foo kwarg)Jason Gerard DeRose2008-10-171-0/+3
* Fixed unit test for CrudBacked.retrieve()Jason Gerard DeRose2008-10-171-1/+1
* Reworking Environment, moved it to config.pyMartin Nagy2008-10-174-94/+97
* Convert string values to boolean when generating environmentMartin Nagy2008-10-141-0/+3
* Added Object.get_dn() method; added corresponding unit testsJason Gerard DeRose2008-10-131-0/+14
* Param now takes cli_name kwarg that sets Param.cli_name attributeJason Gerard DeRose2008-10-131-0/+2
* Added CrudBackend abstract class defining generic CRUD APIJason Gerard DeRose2008-10-131-0/+51
* crud.Add.get_args() and get_options() now yield static values in takes_args, ...Jason Gerard DeRose2008-10-091-2/+11
* Base Command.execute() method now raises NotImplementedError; updated unit testsJason Gerard DeRose2008-10-081-0/+3
* Changed sub-package docstrings in tests/ to make consintent with other packagesJason Gerard DeRose2008-10-083-3/+3
* PEP 257: cleaned up docstrings in test_ipa_types.pyJason Gerard DeRose2008-10-081-3/+62
* Fixed two PEP 257 violations I missed in test_plugable.pyJason Gerard DeRose2008-10-081-2/+2
* PEP 257: cleaned up docstrings in test_frontend.pyJason Gerard DeRose2008-10-081-45/+76
* PEP 257: cleaned up docstrings in test_errors.pyJason Gerard DeRose2008-10-081-14/+29
* Restructured test_crud.py around new CrudChecker base classJason Gerard DeRose2008-10-081-85/+83
* Made docstrings in test_crud.py contistent with restJason Gerard DeRose2008-10-071-10/+26
* PEP 257: cleaned up docstrings in test_config.pyJason Gerard DeRose2008-10-071-4/+4
* PEP 257: cleaned up docstrings in test_cli.pyJason Gerard DeRose2008-10-071-10/+12
* PEP 257: cleaned up docstrings in test_plugable.pyJason Gerard DeRose2008-10-071-24/+69
* Renamed tests/tstutil.py to tests/util.pyJason Gerard DeRose2008-10-0711-30/+30
* -mJason Gerard DeRose2008-10-072-2/+2
* Moved tstutil.py into base of tests so it can be used by all test subpackages...Jason Gerard DeRose2008-10-0711-12/+12
* Moved ipa_server/tests/ to tests/test_ipa_server/Jason Gerard DeRose2008-10-071-0/+22
* Cleaned up package and module level docstrings for everything in tests/Jason Gerard DeRose2008-10-0711-11/+11
* Moved ipa_webui/tests/ to tests/test_ipa_webui/Jason Gerard DeRose2008-10-072-0/+91
* Moved ipalib/tests/ into tests/test_ipalib/Jason Gerard DeRose2008-10-0712-0/+3431
* Added top-level tests/ package that will contain all unit testsJason Gerard DeRose2008-10-071-0/+22