Use test project to run tests
authorZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Mon, 13 Jun 2011 19:49:12 +0000 (21:49 +0200)
committerZygmunt Bazyli Krynicki <Zygmunt Krynicki zygmunt.krynicki@linaro.org>
Mon, 13 Jun 2011 19:50:20 +0000 (21:50 +0200)
commite5f6a07c729bde884f6de784d925f44fb652acf5
treeeb9933d6847eaff64adf37cc3b7ce3a5b5324726
parent1c608e69ecf61484ea1210fe0d6dc8d116c583d3
Use test project to run tests

This allows all tests to be ran via the semi-standardized
`setup.py test`. Also drop the old code that was used for this
purpose.
linaro_django_pagination/test_project/__init__.py [new file with mode: 0644]
linaro_django_pagination/test_project/manage.py [new file with mode: 0755]
linaro_django_pagination/test_project/settings.py [new file with mode: 0644]
linaro_django_pagination/test_project/tests.py [new file with mode: 0644]
linaro_django_pagination/test_project/urls.py [new file with mode: 0644]
setup.py
tests/runtests.py [deleted file]
tests/settings.py [deleted file]