From 9626d790f5e176255a350f5656b71a0e663bf1ca Mon Sep 17 00:00:00 2001 From: Elias Müller Date: Sat, 9 Jul 2022 18:58:05 +0200 Subject: Remove starter Run: - python -m unittest or - python -m pytest --- tests/test_mpv.py | 4 ---- 1 file changed, 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() -- cgit