Move test files into a 'tests' dir
This commit is contained in:
parent
e29e042998
commit
2b66d0d97b
5 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -14,7 +14,7 @@ setup(
|
||||||
'screenshot_raw': ['Pillow']
|
'screenshot_raw': ['Pillow']
|
||||||
},
|
},
|
||||||
tests_require = ['xvfbwrapper'],
|
tests_require = ['xvfbwrapper'],
|
||||||
test_suite = 'mpv-test',
|
test_suite = 'tests',
|
||||||
keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display',
|
keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display',
|
||||||
'multimedia'],
|
'multimedia'],
|
||||||
python_requires='>=3.5',
|
python_requires='>=3.5',
|
||||||
|
|
|
||||||
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue