19 lines
273 B
INI
19 lines
273 B
INI
|
[pytest]
|
||
|
addopts = -v
|
||
|
omit =
|
||
|
tests/*
|
||
|
|
||
|
[run]
|
||
|
include = googletrans/*
|
||
|
|
||
|
[report]
|
||
|
exclude_lines =
|
||
|
pragma: no cover
|
||
|
def __repr__
|
||
|
if self.debug:
|
||
|
if settings.DEBUG
|
||
|
raise AssertionError
|
||
|
raise NotImplementedError
|
||
|
if 0:
|
||
|
if __name__ == .__main__.:
|