mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-09 06:48:30 +00:00
formatting
This commit is contained in:
parent
ddd45c493f
commit
4d277ffcaa
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||||
|
|
||||||
|
|
||||||
import contextlib
|
import contextlib
|
||||||
import io
|
import io
|
||||||
|
|
||||||
@ -285,5 +286,6 @@ def test(target, expected, current_version=None, current_commit=None, identifier
|
|||||||
test('fork/yt-dlp@broken', UpdateInfo('broken'))
|
test('fork/yt-dlp@broken', UpdateInfo('broken'))
|
||||||
self.assertIn('One of either version or commit hash must be available on the release', stderr.getvalue())
|
self.assertIn('One of either version or commit hash must be available on the release', stderr.getvalue())
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user