Unit tests for our bcrypt auth stuff. Our first tests!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 2 Apr 2011 15:48:34 +0000 (10:48 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 2 Apr 2011 15:48:34 +0000 (10:48 -0500)
commit4b5f4e8791064a154963a28e2614a2ce95eafc12
tree530c51f22c1d697822777823a8e0f5ee4ca6257e
parent6755f50e8e073c651bf9f26824068396bc216405
Unit tests for our bcrypt auth stuff.  Our first tests!
mediagoblin/tests/__init__.py [new file with mode: 0644]
mediagoblin/tests/test_auth.py [new file with mode: 0644]
setup.py