https://github.com/bear/python-twitter
Revision c94744bdd4d935da6abeb0257c60be8f8f4c9512 authored by Dan Pope on 24 November 2019, 16:32:12 UTC, committed by Dan Pope on 24 November 2019, 16:32:12 UTC
1 parent 4913e44
Raw File
Tip revision: c94744bdd4d935da6abeb0257c60be8f8f4c9512 authored by Dan Pope on 24 November 2019, 16:32:12 UTC
Update documentation wording and broken link
Tip revision: c94744b
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