mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-01-26 17:45:47 +01:00
Make archive name and archiver for savestate optional.
This commit is contained in:
@@ -286,7 +286,7 @@ class TestBase(TestCase):
|
||||
which.return_value = '7z'
|
||||
bobj.all_options = {'wrapper': 'dummy',
|
||||
'wrapper_save_state': '1'}
|
||||
self.assertFalse(bobj._validate_options())
|
||||
self.assertTrue(bobj._validate_options())
|
||||
|
||||
bobj.all_options = {'wrapper': 'dummy',
|
||||
'wrapper_save_state': '1',
|
||||
|
||||
Reference in New Issue
Block a user