diff options
-rwxr-xr-x | setup.py | 2 | ||||
-rw-r--r-- | tests/__init__.py | 0 | ||||
-rw-r--r-- | tests/sub_test.srt (renamed from sub_test.srt) | 0 | ||||
-rw-r--r-- | tests/test.webm (renamed from test.webm) | bin | 167930 -> 167930 bytes | |||
-rwxr-xr-x | tests/test_mpv.py (renamed from mpv-test.py) | 0 |
5 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ setup( 'screenshot_raw': ['Pillow'] }, tests_require = ['xvfbwrapper'], - test_suite = 'mpv-test', + test_suite = 'tests', keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display', 'multimedia'], python_requires='>=3.5', diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/__init__.py diff --git a/sub_test.srt b/tests/sub_test.srt index e6f36e0..e6f36e0 100644 --- a/sub_test.srt +++ b/tests/sub_test.srt diff --git a/test.webm b/tests/test.webm Binary files differindex cff1054..cff1054 100644 --- a/test.webm +++ b/tests/test.webm diff --git a/mpv-test.py b/tests/test_mpv.py index cb6297c..cb6297c 100755 --- a/mpv-test.py +++ b/tests/test_mpv.py |