]> git.ipfire.org Git - thirdparty/jinja.git/commit
Add test (jinja2.testsuite.bytecode_cache.ByteCodeCacheTestCase) for
authorMarc Abramowitz <marc@marc-abramowitz.com>
Thu, 6 Jun 2013 05:29:04 +0000 (22:29 -0700)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 7 Aug 2013 11:30:32 +0000 (12:30 +0100)
commit10707853c4a0a02d52233581375be246e0d33598
treeda7665c4ff30a8369ec675fae89d8e3150e4ff2d
parent342e88a6c43276e4e5c7e8fd9a83c9f6fee4d6b2
Add test (jinja2.testsuite.bytecode_cache.ByteCodeCacheTestCase) for
BytecodeCache that fails on Python 3 because it uses `unicode`
jinja2/testsuite/__init__.py
jinja2/testsuite/bytecode_cache.py [new file with mode: 0644]