2015-06-20 11:57:15 +08:00
|
|
|
[run]
|
2019-02-27 06:30:48 +08:00
|
|
|
source = .
|
2017-09-27 06:46:50 +08:00
|
|
|
parallel = 1
|
2018-09-01 01:26:47 +08:00
|
|
|
branch = 1
|
2018-09-17 18:00:03 +08:00
|
|
|
|
2019-02-27 06:30:48 +08:00
|
|
|
[report]
|
|
|
|
include = src/*, testing/*
|
|
|
|
|
2018-09-17 18:00:03 +08:00
|
|
|
[paths]
|
2019-02-27 16:26:29 +08:00
|
|
|
source = src/_pytest
|
|
|
|
.tox/*/lib/python*/site-packages/_pytest/
|
|
|
|
.tox\*\Lib\site-packages\pytest\
|
|
|
|
source_pytest_py = src/pytest.py
|
|
|
|
.tox/*/lib/python*/site-packages/pytest.py
|
|
|
|
.tox\*\Lib\site-packages\pytest.py
|