mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-03-28 15:43:32 +01:00
Make archive name and archiver for savestate optional.
This commit is contained in:
@@ -73,7 +73,7 @@ class TestSaveState(TestCase):
|
||||
self.assertFalse(arch._validate_options())
|
||||
|
||||
arch.all_options['wrapper'] = 'savestate'
|
||||
self.assertFalse(arch._validate_options())
|
||||
self.assertTrue(arch._validate_options())
|
||||
|
||||
arch.all_options['wrapper_archiver'] = 'rar'
|
||||
self.assertTrue(arch._validate_options())
|
||||
|
||||
Reference in New Issue
Block a user