mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-08-10 21:20:08 +08:00
Move tests from ffmpeg/tests
to tests
This commit is contained in:
parent
5d78a2595d
commit
b8dd25ff2c
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,6 +2,6 @@
|
||||
.eggs
|
||||
.tox/
|
||||
dist/
|
||||
ffmpeg/tests/sample_data/out*.mp4
|
||||
tests/sample_data/out*.mp4
|
||||
ffmpeg_python.egg-info/
|
||||
venv*
|
||||
|
@ -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)
|
||||
|
@ -1,2 +1,2 @@
|
||||
[pytest]
|
||||
testpaths = ffmpeg/tests
|
||||
testpaths = tests
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Loading…
x
Reference in New Issue
Block a user