Codebase list neo4j-python-driver / a4b6003a-ea96-47b2-a742-53afea1aa080/upstream .coveragerc
a4b6003a-ea96-47b2-a742-53afea1aa080/upstream

Tree @a4b6003a-ea96-47b2-a742-53afea1aa080/upstream (Download .tar.gz)

.coveragerc @a4b6003a-ea96-47b2-a742-53afea1aa080/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