Added a comment to explain the lack of skipIf() for a test class.

- Legacy-Id: 18545
This commit is contained in:
Henrik Levkowetz 2020-10-02 12:24:31 +00:00
parent a2758d5feb
commit 703a826ddf

View file

@ -59,6 +59,7 @@ def start_web_driver():
options.add_argument("no-sandbox") # docker needs this
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):
def __init__(self, *args, **kwargs):
super(MeetingTestCase, self).__init__(*args, **kwargs)