X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fpatchwork%2Ftests%2F__init__.py;h=5dfcdee27c19343c15612c7711581cf635f760b2;hb=011ee687fda0d3baf66831279565c14e411eab11;hp=d9ed3462131cea756f8384e6382b0c97db62ec5b;hpb=7a79c1a2e4b2ceaf2668fa671f2db98c0de7b724;p=patchwork diff --git a/apps/patchwork/tests/__init__.py b/apps/patchwork/tests/__init__.py index d9ed346..5dfcdee 100644 --- a/apps/patchwork/tests/__init__.py +++ b/apps/patchwork/tests/__init__.py @@ -29,3 +29,5 @@ from patchwork.tests.user import * from patchwork.tests.mail_settings import * from patchwork.tests.notifications import * from patchwork.tests.list import * +from patchwork.tests.person import * +from patchwork.tests.expiry import *