From 2c3fead376ce4bc4da64b175b555ecfe499b2e9b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Mon, 23 May 2011 08:07:04 -0300 Subject: [PATCH] Selenium tests doc --- README.rst | 13 +++++++++++++ doc/testing.rst | 14 ++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/README.rst b/README.rst index 2a61111..eeb2a96 100644 --- a/README.rst +++ b/README.rst @@ -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/ diff --git a/doc/testing.rst b/doc/testing.rst index 5e292b5..8cb890c 100644 --- a/doc/testing.rst +++ b/doc/testing.rst @@ -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/ -- 2.39.5