summaryrefslogtreecommitdiffstats
path: root/ipalib/tests/tstutil.py
Commit message (Collapse)AuthorAgeFilesLines
* Environment is now subclassed from object, rather then dict. Added tests for ↵Martin Nagy2008-10-021-3/+3
| | | | Environment and config.py
* 240: Small change in tstutil.check_TypeError(), cleaned up use of ↵Jason Gerard DeRose2008-09-031-2/+2
| | | | check_TypeError() in test_Option.test_normalize()
* 239: Added errors.ConversionError; started big clean up of how ↵Jason Gerard DeRose2008-09-031-0/+14
| | | | ValidationError is raised so it works well with multivalues
* 159: Added plugable.DictProxy class; added corresponding unit tests; added ↵Jason Gerard DeRose2008-08-141-0/+16
| | | | setitem(), delitem() functions to tstutil
* 89: Moved ClassChecker from test_public.py into tstutil.py; improved unit ↵Jason Gerard DeRose2008-08-081-6/+24
| | | | tests for plugable.ReadOnly
* 86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g'Jason Gerard DeRose2008-08-081-7/+7
|
* 81: Switch from tab to 4-space indentationJason Gerard DeRose2008-08-081-48/+48
|
* 73: Started work on validation rules for opt; added corresponding unit testsJason Gerard DeRose2008-08-071-0/+7
|
* 72: Started work on public.opt class; added corresponding unit testsJason Gerard DeRose2008-08-071-1/+8
|
* 40: Rewrote dictionary interface for plugable.NameSpace to better suite new ↵Jason Gerard DeRose2008-08-011-0/+8
| | | | architecture
* 37: Renamed tstutil.yes_raises() to raises(); changed test_plugable.py to ↵Jason Gerard DeRose2008-08-011-3/+3
| | | | use raises() throughout
* 36: Added more functionality to tests.tstutil; added corresponding ↵Jason Gerard DeRose2008-08-011-16/+30
| | | | tests.test_tstutil unit tests
* 35: Renamed unit_common.py to tstutil.pyJason Gerard DeRose2008-08-011-0/+63