1
0
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:
2024-09-11 19:48:06 +02:00
parent 68b1f2a787
commit 60139d1728
5 changed files with 44 additions and 49 deletions

View File

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