mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-09 17:36:14 +03:00
29 lines
448 B
INI
29 lines
448 B
INI
[run]
|
|
branch=True
|
|
disable_warnings=
|
|
module-not-measured
|
|
relative_files=True
|
|
source_pkgs=
|
|
chia
|
|
tests
|
|
omit=
|
|
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
|