]> git.ozlabs.org Git - patchwork/commit
tests: Remove old-style test runner module
authorJeremy Kerr <jk@ozlabs.org>
Thu, 28 May 2015 05:44:14 +0000 (13:44 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 28 May 2015 05:59:36 +0000 (13:59 +0800)
commit85916e6c56076a29c6113e169d3e4926a7c886b1
tree6e457d6f6a7889d50eda9e6fd04d370671a03d60
parentf7aeab077874d33fc99354661bfeedf508c292b3
tests: Remove old-style test runner module

We get the following warning on django 1.7:

System check identified some issues:

WARNINGS:
?: (1_6.W001) Some project unittests may not execute as expected.
HINT: Django 1.6 introduced a new default test runner. It looks like this project was generated using Django 1.5 or earlier. You should ensure your tests are all running & behaving as expected. See https://docs.djangoproject.com/en/dev/releases/1.6/#new-test-runner for more information.

This change removes the unneeded base test module, and moves the
patchparser doctests into a proper test module.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
patchwork/bin/parsemail.py
patchwork/settings/base.py
patchwork/settings/dev.py
patchwork/tests/__init__.py
patchwork/tests/test_patchparser.py