https://github.com/bear/python-twitter
Raw File
Tip revision: a4fc11a9b8b7223c119029a777a92823eb15ba08 authored by Daniel Christopher on 13 August 2016, 19:53:07 UTC
Fixed typo in readme
Tip revision: a4fc11a
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