From 4b5f4e8791064a154963a28e2614a2ce95eafc12 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 2 Apr 2011 10:48:34 -0500 Subject: Unit tests for our bcrypt auth stuff. Our first tests! --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5f386eef..f38b2b60 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,9 @@ setup( 'webob', 'wtforms', 'py-bcrypt', + 'nose', ], + test_suite='nose.collector', license = 'AGPLv3', author = 'Christopher Webber', -- cgit v1.2.3