Revision f80543bd4bd1d534fe4859c5ea8f1f8f29d62016 authored by Misha Denil on 21 January 2017, 21:48:05 UTC, committed by Misha Denil on 21 January 2017, 21:48:05 UTC
1 parent 62bb5c6
Raw File
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