mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2025-12-19 04:20:23 +01:00
Added test for base wrapper class
Moved most tests from cd32 module to base one. Added missing tests for cd32 module.
This commit is contained in:
@@ -54,11 +54,6 @@ class CD32(base.Base):
|
||||
def _validate_options(self):
|
||||
validation_result = super(CD32, self)._validate_options()
|
||||
|
||||
validation_result = True
|
||||
|
||||
if not super(CD32, self)._validate_options():
|
||||
validation_result = False
|
||||
|
||||
if 'wrapper_archive' not in self.all_options:
|
||||
sys.stderr.write("Configuration lacks of required "
|
||||
"`wrapper_archive' option.\n")
|
||||
|
||||
Reference in New Issue
Block a user