Revision 0041df7bc3b19b5f825c290b1db7b7910355ad29 authored by Madhu Kumar Dadi on 13 March 2017, 07:19:31 UTC, committed by Madhu Kumar Dadi on 13 March 2017, 07:19:31 UTC
2 parent s f6a1a8c + 61047ae
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