sanity check validity of operand entries

This commit is contained in:
Julian Hammer
2021-03-11 11:38:25 +01:00
parent 0c5ac26f3f
commit 1ebe5ecfbd
8 changed files with 61 additions and 23 deletions

View File

@@ -149,4 +149,4 @@ class TestDBInterface(unittest.TestCase):
if __name__ == '__main__':
suite = unittest.TestLoader().loadTestsFromTestCase(TestDBInterface)
unittest.TextTestRunner(verbosity=2).run(suite)
unittest.TextTestRunner(verbosity=2, buffer=True).run(suite)