From 953f856edc18ed22c72c56b58171e2ce5bc450e5 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 12 Sep 2016 16:22:55 +0530 Subject: Run the selenium and unit tests separately --- yaksh/tests/selenium_test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'yaksh/tests/selenium_test.py') 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) -- cgit