https://github.com/bear/python-twitter
Raw File
Tip revision: 1fff6dc213714c0accc0fb96ec5cdc1bbf87f3b2 authored by Mark R. Masterson on 31 July 2019, 19:24:59 UTC
add external urls, base64 string options to UpdateBanner
Tip revision: 1fff6dc
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