Files
chia-blockchain/.coveragerc
T
Kyle AltendorfandGitHub a89222a428 move tests (#17209)
* prep

* verify source and installed tests match

* move

* remove move script
2024-03-14 10:19:20 -07:00

28 lines
446 B
INI

[run]
branch=True
disable_warnings=
module-not-measured
relative_files=True
source_pkgs=
chia
omit=
chia/_tests/**/config.py
concurrency=multiprocessing, thread
parallel=True
[paths]
source =
chia/
venv/**/site-packages/chia/
[report]
precision = 1
exclude_also =
abc\.abstractmethod
typing\.overload
^\s*\.\.\.\s*$
if typing.TYPE_CHECKING:
if TYPE_CHECKING:
^ *@pytest.mark.skip($|\()
benchmark_runner: BenchmarkRunner