summaryrefslogtreecommitdiff
path: root/tests/test_registry.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test_registry on Python 3Victor Stinner2015-04-211-9/+27
* Strip trailing spacesVictor Stinner2015-04-211-5/+5
* Python 3: convert dict.keys() result to list to get the first itemCyril Roelandt2014-03-181-2/+2
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-1/+1
* Python 3: Replace "dict.has_key(key)" with "key in dict"Cyril Roelandt2014-03-181-3/+3
* convert to nose 0.11pjenvey2009-05-071-2/+2
* 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