summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_crud.py
Commit message (Collapse)AuthorAgeFilesLines
* Partially revert back change. Del shouldn't provide default options.Rob Crittenden2008-11-031-3/+2
| | | | It can provide custom ones though, if defined with takes_params() in the class.
* Fixed test_Del.test_get_options()Jason Gerard DeRose2008-10-301-9/+5
|
* API.env is now an Env instance rather than an Environment instanceJason Gerard DeRose2008-10-271-1/+1
|
* Fixed unit test for CrudBacked.retrieve()Jason Gerard DeRose2008-10-171-1/+1
|
* Reworking Environment, moved it to config.pyMartin Nagy2008-10-171-1/+1
|
* 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
| | | | takes_options after the automagic ones
* 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
|
* Renamed tests/tstutil.py to tests/util.pyJason Gerard DeRose2008-10-071-1/+1
|
* Moved tstutil.py into base of tests so it can be used by all test ↵Jason Gerard DeRose2008-10-071-1/+1
| | | | subpackages more easily
* Cleaned up package and module level docstrings for everything in tests/Jason Gerard DeRose2008-10-071-1/+1
|
* Moved ipalib/tests/ into tests/test_ipalib/Jason Gerard DeRose2008-10-071-0/+168