diff options
author | ankitjavalkar | 2016-09-12 16:22:55 +0530 |
---|---|---|
committer | ankitjavalkar | 2016-09-21 17:51:23 +0530 |
commit | 953f856edc18ed22c72c56b58171e2ce5bc450e5 (patch) | |
tree | 07c235e66cfa3f335093f3ad4e7a35228abd95d8 /yaksh/tests/selenium_test.py | |
parent | 722e82275c28418dc7535ca7393b81eecadbeba9 (diff) | |
download | online_test-953f856edc18ed22c72c56b58171e2ce5bc450e5.tar.gz online_test-953f856edc18ed22c72c56b58171e2ce5bc450e5.tar.bz2 online_test-953f856edc18ed22c72c56b58171e2ce5bc450e5.zip |
Run the selenium and unit tests separately
Diffstat (limited to 'yaksh/tests/selenium_test.py')
-rw-r--r-- | yaksh/tests/selenium_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/tests/selenium_test.py b/yaksh/tests/selenium_test.py index 15d730e..01ccc96 100644 --- a/yaksh/tests/selenium_test.py +++ b/yaksh/tests/selenium_test.py @@ -126,7 +126,6 @@ def user_gen(url, ids): def wrap_run_load_test(args): url = "http://yaksh.fossee.aero.iitb.ac.in/exam/" - quiz_name = "yaksh_demo_quiz" selenium_test = SeleniumTest(url=url, quiz_name=quiz_name) return selenium_test.run_load_test(*args) |