added comments throughout
This commit is contained in:
@ -200,7 +200,7 @@ class MeowTests(unittest.TestCase):
|
||||
FullTestHandler()
|
||||
|
||||
def testBaseConductor(self)->None:
|
||||
with self.assertRaises(NotImplementedError):
|
||||
with self.assertRaises(TypeError):
|
||||
BaseConductor()
|
||||
|
||||
class TestConductor(BaseConductor):
|
||||
|
Reference in New Issue
Block a user