summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Müller <elias.mr1@gmail.com>2022-07-09 18:58:05 +0200
committerjaseg <136313+jaseg@users.noreply.github.com>2022-07-11 12:44:47 +0200
commit9626d790f5e176255a350f5656b71a0e663bf1ca (patch)
treed7b9bfba59a91cac6b049a45a487595976012375
parent5d9cd2b25219690fa98fe62b58dbc323b4a04462 (diff)
downloadpython-mpv-9626d790f5e176255a350f5656b71a0e663bf1ca.tar.gz
python-mpv-9626d790f5e176255a350f5656b71a0e663bf1ca.tar.bz2
python-mpv-9626d790f5e176255a350f5656b71a0e663bf1ca.zip
Remove starter
Run: - python -m unittest or - python -m pytest
-rwxr-xr-xtests/test_mpv.py4
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()