diff options
author | Elias Müller <elias.mr1@gmail.com> | 2022-07-09 18:58:05 +0200 |
---|---|---|
committer | jaseg <136313+jaseg@users.noreply.github.com> | 2022-07-11 12:44:47 +0200 |
commit | 9626d790f5e176255a350f5656b71a0e663bf1ca (patch) | |
tree | d7b9bfba59a91cac6b049a45a487595976012375 | |
parent | 5d9cd2b25219690fa98fe62b58dbc323b4a04462 (diff) | |
download | python-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-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() |