Revision addb32e7e14bddf319a33aa4c26687360c1e5cd5 authored by Amnisia on 10 October 2017, 09:07:36 UTC, committed by Amnisia on 10 October 2017, 09:07:36 UTC
1 parent 1c480df
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