https://github.com/bear/python-twitter
Raw File
Tip revision: 8ed4df73cd78af58777cee16a1e22a570e23228e authored by SultaN Alharbi on 13 June 2020, 22:50:23 UTC
Merge branch 'snv0/gitpod-setup' of https://github.com/snv0/python-twitter into snv0/gitpod-setup
Tip revision: 8ed4df7
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