Added a comment to explain the lack of skipIf() for a test class.
- Legacy-Id: 18545
This commit is contained in:
parent
a2758d5feb
commit
703a826ddf
|
@ -59,6 +59,7 @@ def start_web_driver():
|
||||||
options.add_argument("no-sandbox") # docker needs this
|
options.add_argument("no-sandbox") # docker needs this
|
||||||
return webdriver.Chrome(options=options, service_log_path=settings.TEST_GHOSTDRIVER_LOG_PATH)
|
return webdriver.Chrome(options=options, service_log_path=settings.TEST_GHOSTDRIVER_LOG_PATH)
|
||||||
|
|
||||||
|
# This class is subclassed later, and does not contain any tests, so doesn't need @skipIf()
|
||||||
class MeetingTestCase(IetfLiveServerTestCase):
|
class MeetingTestCase(IetfLiveServerTestCase):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(MeetingTestCase, self).__init__(*args, **kwargs)
|
super(MeetingTestCase, self).__init__(*args, **kwargs)
|
||||||
|
|
Loading…
Reference in a new issue