summaryrefslogtreecommitdiff
path: root/tests/test_registry.py
Commit message (Expand)AuthorAgeFilesLines
* don't use the name testobj, because it causes py.test to think it's a testianb2007-05-251-13/+13
* ensure extra restoration_end calls nooppjenvey2006-12-271-0/+2
* renamed restorer evalcontext_begin/end in_evalcontext to restoration_begin/en...pjenvey2006-12-221-5/+5
* Made Registries work in EvalException (prepare, register, replace, cleanup)pjenvey2006-12-071-12/+64
* whitespacepjenvey2006-12-041-3/+3
* StackedObjectRestorer tests. fixed a couple edge cases:pjenvey2006-12-011-2/+82
* Fixed a bug in the registry test (not code), since str(registered_object) nev...ianb2006-08-231-2/+3
* Added unit tests to ensure that TypeError is thrown if no default is provided...bbangert2006-03-121-1/+27
* Adding copyright/license infobbangert2006-03-101-0/+4
* Didn't need custom app_iter, as my unit test wasn't following WSGI spec by ca...bbangert2006-03-101-2/+5
* Fixes iterable issue by using new IterWrap, likely need to break it into wsgi...bbangert2006-03-101-10/+66
* Testing that nested registry's and using objects within nested stacks works (...bbangert2006-03-101-0/+32
* Adding registry unit tests, fixed registry to not use weakref's so any object...bbangert2006-03-101-0/+40