Codebase list neo4j-python-driver / 7aff2580-edf3-4972-b98d-306c3c77e12e/upstream .coveragerc
7aff2580-edf3-4972-b98d-306c3c77e12e/upstream

Tree @7aff2580-edf3-4972-b98d-306c3c77e12e/upstream (Download .tar.gz)

.coveragerc @7aff2580-edf3-4972-b98d-306c3c77e12e/upstreamraw · history · blame

[run]
branch = True
omit =
    .*/*
    tests/*
    neo4j/meta.py
    *neobolt*
    *virtualenv*

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    if self.debug:
    raise NotImplementedError
    if __name__ == .__main__.:
    except ImportError

show_missing = True