added comments throughout

This commit is contained in:
PatchOfScotland
2023-01-31 14:36:38 +01:00
parent 31d06af5bf
commit b95042c5ca
10 changed files with 545 additions and 72 deletions

View File

@ -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):