aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-04-02 10:48:34 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-04-02 10:48:34 -0500
commit4b5f4e8791064a154963a28e2614a2ce95eafc12 (patch)
tree530c51f22c1d697822777823a8e0f5ee4ca6257e /setup.py
parent6755f50e8e073c651bf9f26824068396bc216405 (diff)
downloadmediagoblin-4b5f4e8791064a154963a28e2614a2ce95eafc12.tar.lz
mediagoblin-4b5f4e8791064a154963a28e2614a2ce95eafc12.tar.xz
mediagoblin-4b5f4e8791064a154963a28e2614a2ce95eafc12.zip
Unit tests for our bcrypt auth stuff. Our first tests!
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
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',