MCPcopy
hub / github.com/django/django / setUpClass

Method setUpClass

django/test/selenium.py:168–172  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

166
167 @classmethod
168 def setUpClass(cls):
169 cls.selenium = cls.create_webdriver()
170 cls.selenium.implicitly_wait(cls.implicit_wait)
171 super().setUpClass()
172 cls.addClassCleanup(cls._quit_selenium)
173
174 @contextmanager
175 def desktop_size(self):

Callers

nothing calls this directly

Calls 1

create_webdriverMethod · 0.80

Tested by

no test coverage detected