~mhall119/django-openid-auth/provides-784239

« back to all changes in this revision

Viewing changes to django_openid_auth/tests/__init__.py

  • Committer: Michael Hall
  • Date: 2011-05-16 18:10:31 UTC
  • Revision ID: mhall119@gmail.com-20110516181031-h4avboe3kz2i1axu
Finish test cases, add implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
# POSSIBILITY OF SUCH DAMAGE.
28
28
 
29
29
import unittest
 
30
from test_views import *
 
31
from test_store import *
 
32
from test_auth import *
30
33
 
31
34
 
32
35
def suite():