]> git.ozlabs.org Git - patchwork/commit
tests: Make tests compatible with django 1.6
authorJeremy Kerr <jk@ozlabs.org>
Wed, 23 Apr 2014 13:02:46 +0000 (21:02 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Wed, 23 Apr 2014 13:05:19 +0000 (21:05 +0800)
commitf79c54871da0c36daaa559ec4a86f3e926bbe9ff
tree85842b67156d27d61177b28d7fb0045962979380
parent628a57c214b63b81e457a4a369cc370f4254358f
tests: Make tests compatible with django 1.6

The default test runner in django 1.6 relies on tests being named
test*.py, rather that an explicit <appname>.test module.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
29 files changed:
apps/patchwork/tests/__init__.py
apps/patchwork/tests/bundles.py [deleted file]
apps/patchwork/tests/confirm.py [deleted file]
apps/patchwork/tests/encodings.py [deleted file]
apps/patchwork/tests/expiry.py [deleted file]
apps/patchwork/tests/filters.py [deleted file]
apps/patchwork/tests/list.py [deleted file]
apps/patchwork/tests/mail_settings.py [deleted file]
apps/patchwork/tests/mboxviews.py [deleted file]
apps/patchwork/tests/notifications.py [deleted file]
apps/patchwork/tests/patchparser.py [deleted file]
apps/patchwork/tests/person.py [deleted file]
apps/patchwork/tests/registration.py [deleted file]
apps/patchwork/tests/test_bundles.py [new file with mode: 0644]
apps/patchwork/tests/test_confirm.py [new file with mode: 0644]
apps/patchwork/tests/test_encodings.py [new file with mode: 0644]
apps/patchwork/tests/test_expiry.py [new file with mode: 0644]
apps/patchwork/tests/test_filters.py [new file with mode: 0644]
apps/patchwork/tests/test_list.py [new file with mode: 0644]
apps/patchwork/tests/test_mail_settings.py [new file with mode: 0644]
apps/patchwork/tests/test_mboxviews.py [new file with mode: 0644]
apps/patchwork/tests/test_notifications.py [new file with mode: 0644]
apps/patchwork/tests/test_patchparser.py [new file with mode: 0644]
apps/patchwork/tests/test_person.py [new file with mode: 0644]
apps/patchwork/tests/test_registration.py [new file with mode: 0644]
apps/patchwork/tests/test_updates.py [new file with mode: 0644]
apps/patchwork/tests/test_user.py [new file with mode: 0644]
apps/patchwork/tests/updates.py [deleted file]
apps/patchwork/tests/user.py [deleted file]