skoczen / django-longer-username

An app to easily provide a longer username field for django.
Other
63 stars 43 forks source link

Added tests.py #11

Closed garbados closed 12 years ago

garbados commented 12 years ago

Created a tests.py file that tests user creation with a username longer than 30 characters. (Now contains only tests.py!)

Tests passed on django 1.3.1 and django-nonrel 1.3.1.

skoczen commented 12 years ago

I will always always accepts pull requests with tests. :)