diff options
Diffstat (limited to 'tests/test_mpv.py')
-rwxr-xr-x | tests/test_mpv.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_mpv.py b/tests/test_mpv.py index ad71818..9a2a9a7 100755 --- a/tests/test_mpv.py +++ b/tests/test_mpv.py @@ -812,7 +812,3 @@ class RegressionTests(MpvTestCase): m.slang = 'ru' m.terminate() # needed for synchronization of event thread handler.assert_has_calls([mock.call('slang', ['jp']), mock.call('slang', ['ru'])]) - - -if __name__ == '__main__': - unittest.main() |