]> git.ozlabs.org Git - patchwork/commit
tests: Support execution of single tests
authorDirk Wallenstein <halsmit@t-online.de>
Wed, 16 Feb 2011 08:41:30 +0000 (08:41 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 28 Feb 2011 01:54:15 +0000 (09:54 +0800)
commit14bb22b8de1b8eee9102159a34d8e2218a8a2bd6
treec3fcb65c30db664193eac97e3d663c15781a6647
parentc6d26672a7ecb8973b361770668661eec2fa24a2
tests: Support execution of single tests

Django does not use suite() when executing single tests.  Importing all
tests directly into __init__.py has the same effect as the replaced
version of suite().

Signed-off-by: Dirk Wallenstein <halsmit@t-online.de>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/tests/__init__.py