mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2025-12-20 12:58:01 +01:00
Make plain wrapper module use base.Base class
This commit is contained in:
@@ -28,7 +28,7 @@ class TestWrapper(TestCase):
|
||||
os.unlink(self.fname)
|
||||
sys.argv = self._argv[:]
|
||||
|
||||
@mock.patch('fs_uae_wrapper.plain.run')
|
||||
@mock.patch('fs_uae_wrapper.plain.Wrapper.run')
|
||||
def test_run(self, mock_plain_run):
|
||||
|
||||
sys.argv.append('--help')
|
||||
|
||||
Reference in New Issue
Block a user