added a few more tests, most notably of python execution

This commit is contained in:
PatchOfScotland
2023-02-03 16:07:09 +01:00
parent bc7a043225
commit 9435d500db
6 changed files with 246 additions and 21 deletions

View File

@ -257,7 +257,7 @@ class CorrectnessTests(unittest.TestCase):
COMPLETE_PYTHON_SCRIPT, {"num": 50})
self.assertNotEqual(ps, COMPLETE_PYTHON_SCRIPT)
self.assertEqual(ps[1], "num = 50")
self.assertEqual(ps[2], "num = 50")
# Test that create_event produces valid event dictionary
def testCreateEvent(self)->None: