gochan-org / gochan

Unit test class with no tests PTC-W0046
Anti-pattern
Major
2 months agoa year old
Unittest class SeleniumTestCase contains no test methods
 5
 6options: TestingOptions = None
 7
 8class SeleniumTestCase(unittest.TestCase): 9	@staticmethod
10	def add(suite: unittest.TestSuite, use_options: TestingOptions, test_class: Type[unittest.TestCase]):
11		global options