Implements Saves for Last Successful Run

This commit is contained in:
2023-06-05 19:01:36 -03:00
parent 33612f2d7b
commit d0be244d3c
7 changed files with 116 additions and 57 deletions

View File

@@ -417,7 +417,7 @@ class TestDiceInterface(unittest.TestCase):
dice = DiceInterface()
dice.configure(self.config, System())
dice._make_nvt_eq('test')
dice._make_nvt_eq(1, 'test')
mock_handler = mock_open()
calls = mock_handler.write.call_args_list