https://github.com/bear/python-twitter
Raw File
Tip revision: 42d148c0903e435ef6faad9b1c16d59a7a64e4dd authored by chaitanya0411 on 01 November 2016, 21:07:04 UTC
Added languages support to the GetStreamFilter() function in api.py and changed a comment in the newly added streaming example
Tip revision: 42d148c
pytest.ini
[pytest]
norecursedirs=
    venv
    */python?.?/*
    */site-packages/*
    .tox/*

with-coverage = true
cover-package = twitter
cover-html = true
cover-html-dir = htmlcov
cover-erase = true
cover-inclusive = true
cover-branches = true
back to top