Unit tests for our bcrypt auth stuff. Our first tests!

This commit is contained in:
Christopher Allan Webber
2011-04-02 10:48:34 -05:00
parent 6755f50e8e
commit 4b5f4e8791
3 changed files with 51 additions and 0 deletions

View File

@@ -34,7 +34,9 @@ setup(
'webob',
'wtforms',
'py-bcrypt',
'nose',
],
test_suite='nose.collector',
license = 'AGPLv3',
author = 'Christopher Webber',