Move test files into a 'tests' dir

This commit is contained in:
Louis-Philippe Véronneau 2020-07-20 15:26:05 -04:00 committed by jaseg
parent e29e042998
commit 2b66d0d97b
5 changed files with 1 additions and 1 deletions

View file

@ -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',

0
tests/__init__.py Normal file
View file