mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2025-12-21 05:18:00 +01:00
Move to pyproject.
This commit is contained in:
@@ -47,10 +47,7 @@ class TestWrapper(TestCase):
|
||||
fobj.write('\n')
|
||||
|
||||
wrapper.run()
|
||||
mock_plain_run.called_once_with('Config.fs-uae',
|
||||
['--fullscreen',
|
||||
'--fade_out_duration=0'],
|
||||
[])
|
||||
mock_plain_run.assert_called_once()
|
||||
|
||||
# This will obviously fail for nonexistent module
|
||||
sys.argv.append('--wrapper=dummy_wrapper')
|
||||
|
||||
Reference in New Issue
Block a user