Move tests from ffmpeg/tests to tests

This commit is contained in:
Karl Kroening 2017-07-09 16:01:45 -06:00
parent 5d78a2595d
commit b8dd25ff2c
7 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -2,6 +2,6 @@
.eggs
.tox/
dist/
ffmpeg/tests/sample_data/out*.mp4
tests/sample_data/out*.mp4
ffmpeg_python.egg-info/
venv*

View File

@ -136,7 +136,7 @@ Pull requests are welcome as well.
- [API Reference](https://kkroening.github.io/ffmpeg-python/)
- [Filters](https://github.com/kkroening/ffmpeg-python/blob/master/ffmpeg/_filters.py)
- [Tests](https://github.com/kkroening/ffmpeg-python/blob/master/ffmpeg/tests/test_ffmpeg.py)
- [Tests](https://github.com/kkroening/ffmpeg-python/blob/master/tests/test_ffmpeg.py)
- [FFmpeg Homepage](https://ffmpeg.org/)
- [FFmpeg Documentation](https://ffmpeg.org/ffmpeg.html)
- [FFmpeg Filters Documentation](https://ffmpeg.org/ffmpeg-filters.html)

View File

@ -1,2 +1,2 @@
[pytest]
testpaths = ffmpeg/tests
testpaths = tests

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB