]> git.parisson.com Git - django-social-auth.git/commit
Adding contrib app to the root level. Contains a tests directory with Selenium2 tests...
authorMiguel Araujo Perez <miguel.araujo.perez@gmail.com>
Sun, 1 May 2011 12:15:11 +0000 (14:15 +0200)
committerMiguel Araujo Perez <miguel.araujo.perez@gmail.com>
Sun, 1 May 2011 12:15:11 +0000 (14:15 +0200)
commit0df048ce165efc01561a4c452d0a9fe704e81eba
treea99b2aab67d4985b9774199b961111c7877062e6
parentde2908ef76912894128285ec6da88e355df6e28f
Adding contrib app to the root level. Contains a tests directory with Selenium2 tests for django-social-auth

contrib is the minimum viable app structure. DjangoTestSuiteRunner expects
a file named tests or a module named tests.
contrib/__init__.py [new file with mode: 0644]
contrib/models.py [new file with mode: 0644]
contrib/tests/runtests.py [new file with mode: 0755]
contrib/tests/test_core.py [new file with mode: 0644]
contrib/tests/test_settings.py [new file with mode: 0644]