We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2758d5 commit 703a826Copy full SHA for 703a826
1 file changed
ietf/meeting/tests_js.py
@@ -59,6 +59,7 @@ def start_web_driver():
59
options.add_argument("no-sandbox") # docker needs this
60
return webdriver.Chrome(options=options, service_log_path=settings.TEST_GHOSTDRIVER_LOG_PATH)
61
62
+# This class is subclassed later, and does not contain any tests, so doesn't need @skipIf()
63
class MeetingTestCase(IetfLiveServerTestCase):
64
def __init__(self, *args, **kwargs):
65
super(MeetingTestCase, self).__init__(*args, **kwargs)
0 commit comments