summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests/test_templating.py
AgeCommit message (Collapse)Author
2009-01-15Clean up unused stuff.Chris McDonough
2009-01-11- Improve test coverage.Chris McDonough
- Remove old cold which attempts to recover from trying to unpickle a ``z3c.pt`` template; Chameleon has been the templating engine for a good long time now. Running repoze.bfg against a sandbox that has pickled ``z3c.pt`` templates it will now just fail with an unpickling error, but can be fixed by deleting the template cache files.