diff gpp/antispam/tests/__init__.py @ 472:7c3816d76c6c

Implement rate limiting on registration and login for #224.
author Brian Neal <bgneal@gmail.com>
date Thu, 25 Aug 2011 02:23:55 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gpp/antispam/tests/__init__.py	Thu Aug 25 02:23:55 2011 +0000
@@ -0,0 +1,2 @@
+from rate_limit_tests import *
+from utils_tests import *