commit | aa5adfaa7ed03e97c7113fb9a686064173da8d08 | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Sun Mar 18 17:37:46 2007 +0100 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Sun Mar 18 17:37:46 2007 +0100 |
tree | c151fdf7f314f2bc29b394bdf1d21d522e4a942f | |
parent | 3f8ba8dd513073a44e6b4639bc736aaadc25e922 [diff] |
[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
diff --git a/tests/bigtable.py b/tests/runtime/bigtable.py similarity index 100% rename from tests/bigtable.py rename to tests/runtime/bigtable.py
diff --git a/tests/exception.py b/tests/runtime/exception.py similarity index 100% rename from tests/exception.py rename to tests/runtime/exception.py
diff --git a/tests/inheritance.py b/tests/runtime/inheritance.py similarity index 100% rename from tests/inheritance.py rename to tests/runtime/inheritance.py
diff --git a/tests/layout.py b/tests/runtime/layout.py similarity index 100% rename from tests/layout.py rename to tests/runtime/layout.py
diff --git a/tests/templates/a.html b/tests/runtime/templates/a.html similarity index 100% rename from tests/templates/a.html rename to tests/runtime/templates/a.html
diff --git a/tests/templates/b.html b/tests/runtime/templates/b.html similarity index 100% rename from tests/templates/b.html rename to tests/runtime/templates/b.html
diff --git a/tests/templates/c.html b/tests/runtime/templates/c.html similarity index 100% rename from tests/templates/c.html rename to tests/runtime/templates/c.html
diff --git a/tests/templates/error.html b/tests/runtime/templates/error.html similarity index 100% rename from tests/templates/error.html rename to tests/runtime/templates/error.html
diff --git a/tests/templates/included_error.html b/tests/runtime/templates/included_error.html similarity index 100% rename from tests/templates/included_error.html rename to tests/runtime/templates/included_error.html
diff --git a/tests/templates/index.html b/tests/runtime/templates/index.html similarity index 100% rename from tests/templates/index.html rename to tests/runtime/templates/index.html
diff --git a/tests/templates/layout.html b/tests/runtime/templates/layout.html similarity index 100% rename from tests/templates/layout.html rename to tests/runtime/templates/layout.html