1
mirror of https://github.com/streamlink/streamlink synced 2024-11-14 01:04:54 +01:00
streamlink/.gitignore
beardypig d2717041c8 Boost the test coverage a bit (#362)
* tests: improving test coverage

* tests: improving test coverage of utils

* tests: ensure that all the plugins can be loaded

* tests: simple parse test for m3u8

* tests: mock tvplayer plugin requests

* tests: use mock from unittest where available

* test_hls_playlist: all strings are unicode

* plugins.{ine,atresplayer}: fix bug in regex for py26
2017-01-05 09:27:15 -08:00

33 lines
261 B
Plaintext

*.mo
*.egg-info
*.egg
*.EGG
*.EGG-INFO
bin
build
build-win32
develop-eggs
downloads
eggs
fake-eggs
parts
dist
.installed.cfg
.mr.developer.cfg
.hg
.bzr
.svn
*.pyc
*.pyo
*.tmp*
*.swp
docs/_build
include/
lib/
local/
share/
pip-selfcheck.json
# coverage
htmlcov