1
0
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:
2017-01-08 11:21:43 +01:00
parent a14871c52f
commit 8a6ddda7c8
3 changed files with 26 additions and 22 deletions

View File

@@ -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')