https://github.com/bear/python-twitter
Raw File
Tip revision: 27cd204e5f823fea644db3f59baf1f4f78ca6a9c authored by Dan Pope on 17 November 2019, 21:52:10 UTC
Fix failing tests due to updated default tweet_mode
Tip revision: 27cd204
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