summaryrefslogtreecommitdiff
path: root/test/test_cache.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor test.util into mako.testingMichael Bourke2022-01-141-31/+20
* Remove Python 2 residue; use Python 3 idiomsMichael Bourke2021-12-271-6/+2
* Fix exception causes in lookup.pyRam Rachum2021-12-091-4/+4
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-231-5/+2
* Use unittest.SkipTest (again?)Michał Górny2020-03-021-4/+6
* Use tox / zimportsMike Bayer2019-05-311-174/+214
* - disable some beaker tests that fail for 2.6Mike Bayer2016-03-091-1/+3
* - reorganize cache tests so that we have distinct series for beaker,Mike Bayer2015-01-221-103/+208
* - reimplement skiptests for babel or lingua not installedMike Bayer2015-01-221-2/+2
* 2.4-3.3 pass in placeMike Bayer2012-11-111-1/+1
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-111-1/+1
* - [bug] Can now use strict_undefined at theMike Bayer2012-07-071-26/+30
* - [feature] Added class-level flag to CacheImplMike Bayer2012-03-241-1/+15
* - [feature] Added support for Beaker cache regionsMike Bayer2012-01-211-14/+58
* get_and_replace is wrong, for now changed to get_or_create like dogpile.cacheMike Bayer2012-01-181-2/+2
* - [feature/bug] Can now refer to context variablesMike Bayer2012-01-161-0/+31
* propagate cache_impl from lookup to template , #179Mike Bayer2012-01-111-1/+12
* - Template caching has been converted into a pluginMike Bayer2011-10-011-22/+71
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-191-22/+22
* begin to modernize testing. in particular, get rid of test_htdocs as well as...Mike Bayer2010-03-021-44/+43
* - Unit tests now run with nose. [ticket:127]Mike Bayer2010-02-051-0/+405