https://github.com/bear/python-twitter
Raw File
Tip revision: 0d51325049edf8801beac79503de0db192091f10 authored by Fitblip on 21 February 2019, 21:46:48 UTC
Fix typing issue in `Api._ParseAndCheckTwitter`
Tip revision: 0d51325
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