]> git.parisson.com Git - django-social-auth.git/commitdiff
Selenium tests doc
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 23 May 2011 11:07:04 +0000 (08:07 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 23 May 2011 11:07:04 +0000 (08:07 -0300)
README.rst
doc/testing.rst

index 2a61111d69d6880a777f97671c2ed54e7c089572..eeb2a967f2585c01e6108b2fcd29242f14410cf0 100644 (file)
@@ -509,6 +509,18 @@ credentials in the following way::
     TEST_GOOGLE_PASSWORD = 'password_for_testing_account'
 
 
+There's support for Selenium_ tests too on root contrib directory. To run
+install selenium::
+
+    pip install selenium
+
+and create a test_settings.py copying test_settings.py.template and fill
+the needed account information. Then run::
+
+    cd contrib/tests
+    ./runtests.py
+
+
 -------------
 Miscellaneous
 -------------
@@ -636,3 +648,4 @@ Base work is copyrighted by:
 .. _bedspax: https://github.com/bedspax
 .. _django-social-auth: https://convore.com/django-social-auth/
 .. _Convore: https://convore.com/
+.. _Selenium: http://seleniumhq.org/
index 5e292b510581e2793a30b143d35e8a89f2fd3bf6..8cb890cf73fd8db97039f9b2c882404441a80b37 100644 (file)
@@ -23,3 +23,17 @@ credentials in the following way::
     # goole testing
     TEST_GOOGLE_USER = 'testing_account@gmail.com'
     TEST_GOOGLE_PASSWORD = 'password_for_testing_account'
+
+
+There's support for Selenium_ tests too on root contrib directory. To run
+install selenium::
+
+    pip install selenium
+
+and create a test_settings.py copying test_settings.py.template and fill
+the needed account information. Then run::
+
+    cd contrib/tests
+    ./runtests.py
+
+.. _Selenium: http://seleniumhq.org/