]> git.ipfire.org Git - thirdparty/jinja.git/commit
Rename testsuite to tests and suggestions 426/head
authorKartheek Lenkala <lkarthee@gmail.com>
Sun, 22 Mar 2015 12:33:14 +0000 (18:03 +0530)
committerKartheek Lenkala <lkarthee@gmail.com>
Sun, 22 Mar 2015 12:33:14 +0000 (18:03 +0530)
commitee2cb97449d9f3548060bb93aed86a52255a28f9
treee4be71eba909640cff2f43cd577410f9909a050b
parente33a018d7ade816908c575dad9844c32fdfbf102
Rename testsuite to tests and suggestions

Remove  py.test from setup.py install_requires
Rename testsuite folder to tests.
23 files changed:
Makefile
setup.py
tests/conftest.py [moved from testsuite/conftest.py with 100% similarity]
tests/res/__init__.py [moved from testsuite/res/__init__.py with 100% similarity]
tests/res/templates/broken.html [moved from testsuite/res/templates/broken.html with 100% similarity]
tests/res/templates/foo/test.html [moved from testsuite/res/templates/foo/test.html with 100% similarity]
tests/res/templates/syntaxerror.html [moved from testsuite/res/templates/syntaxerror.html with 100% similarity]
tests/res/templates/test.html [moved from testsuite/res/templates/test.html with 100% similarity]
tests/test_api.py [moved from testsuite/test_api.py with 96% similarity]
tests/test_bytecode_cache.py [moved from testsuite/test_bytecode_cache.py with 100% similarity]
tests/test_core_tags.py [moved from testsuite/test_core_tags.py with 100% similarity]
tests/test_debug.py [moved from testsuite/test_debug.py with 100% similarity]
tests/test_ext.py [moved from testsuite/test_ext.py with 100% similarity]
tests/test_filters.py [moved from testsuite/test_filters.py with 100% similarity]
tests/test_imports.py [moved from testsuite/test_imports.py with 100% similarity]
tests/test_inheritance.py [moved from testsuite/test_inheritance.py with 100% similarity]
tests/test_lexnparse.py [moved from testsuite/test_lexnparse.py with 100% similarity]
tests/test_loader.py [moved from testsuite/test_loader.py with 100% similarity]
tests/test_regression.py [moved from testsuite/test_regression.py with 100% similarity]
tests/test_security.py [moved from testsuite/test_security.py with 100% similarity]
tests/test_tests.py [moved from testsuite/test_tests.py with 100% similarity]
tests/test_utils.py [moved from testsuite/test_utils.py with 100% similarity]
tox.ini