https://github.com/bear/python-twitter
Raw File
Tip revision: 4679199e7c8f50ce5e8f90d189af2b75e69a3bd4 authored by Madhu Kumar Dadi on 12 March 2017, 17:09:58 UTC
Updated Inline documentation for Api.__init__() method
Tip revision: 4679199
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