added comments throughout
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
#! /bin/bash
|
||||
# A script to run all tests. This will automatically move to the tests
|
||||
# directory and call all other files as pytest scripts
|
||||
|
||||
# Need to more to local dir to run tests
|
||||
starting_working_dir=$(pwd)
|
||||
|
@ -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