Skip to content

Commit

Permalink
Added a comment to explain the lack of skipIf() for a test class.
Browse files Browse the repository at this point in the history
 - Legacy-Id: 18545
  • Loading branch information
levkowetz committed Oct 2, 2020
1 parent a2758d5 commit 703a826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ietf/meeting/tests_js.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 703a826

Please sign in to comment.