mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
* pytest bases tests for apiserver * Trimmed spaces * Updated .gitignore for pytest local files
25 lines
365 B
INI
25 lines
365 B
INI
[run]
|
|
source = plane
|
|
omit =
|
|
*/tests/*
|
|
*/migrations/*
|
|
*/settings/*
|
|
*/wsgi.py
|
|
*/asgi.py
|
|
*/urls.py
|
|
manage.py
|
|
*/admin.py
|
|
*/apps.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
if self.debug:
|
|
raise NotImplementedError
|
|
if __name__ == .__main__.
|
|
pass
|
|
raise ImportError
|
|
|
|
[html]
|
|
directory = htmlcov |