[svn] moved all jinja tests into a runtime folder so that we have enough space for...
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 18 Mar 2007 16:37:46 +0000 (17:37 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 18 Mar 2007 16:37:46 +0000 (17:37 +0100)
commitaa5adfaa7ed03e97c7113fb9a686064173da8d08
treec151fdf7f314f2bc29b394bdf1d21d522e4a942f
parent3f8ba8dd513073a44e6b4639bc736aaadc25e922
[svn] moved all jinja tests into a runtime folder so that we have enough space for the new unittests

--HG--
branch : trunk
rename : tests/bigtable.py => tests/runtime/bigtable.py
rename : tests/exception.py => tests/runtime/exception.py
rename : tests/inheritance.py => tests/runtime/inheritance.py
rename : tests/layout.py => tests/runtime/layout.py
rename : tests/templates/a.html => tests/runtime/templates/a.html
rename : tests/templates/b.html => tests/runtime/templates/b.html
rename : tests/templates/c.html => tests/runtime/templates/c.html
rename : tests/templates/error.html => tests/runtime/templates/error.html
rename : tests/templates/included_error.html => tests/runtime/templates/included_error.html
rename : tests/templates/index.html => tests/runtime/templates/index.html
rename : tests/templates/layout.html => tests/runtime/templates/layout.html
tests/runtime/bigtable.py [moved from tests/bigtable.py with 100% similarity]
tests/runtime/exception.py [moved from tests/exception.py with 100% similarity]
tests/runtime/inheritance.py [moved from tests/inheritance.py with 100% similarity]
tests/runtime/layout.py [moved from tests/layout.py with 100% similarity]
tests/runtime/templates/a.html [moved from tests/templates/a.html with 100% similarity]
tests/runtime/templates/b.html [moved from tests/templates/b.html with 100% similarity]
tests/runtime/templates/c.html [moved from tests/templates/c.html with 100% similarity]
tests/runtime/templates/error.html [moved from tests/templates/error.html with 100% similarity]
tests/runtime/templates/included_error.html [moved from tests/templates/included_error.html with 100% similarity]
tests/runtime/templates/index.html [moved from tests/templates/index.html with 100% similarity]
tests/runtime/templates/layout.html [moved from tests/templates/layout.html with 100% similarity]