12 lines
396 B
TOML
12 lines
396 B
TOML
[dependency-groups]
|
|
testing = [
|
|
'covdefaults', # coveragepy settings as a plugin
|
|
'coverage', # accessed directly from tox
|
|
'coverage-enable-subprocess', # coveragepy plugin
|
|
'pytest', # test runner
|
|
'pytest-cov', # coveragepy integration
|
|
'pytest-mock', # `mocker` fixture
|
|
'pytest-subtests', # allows marking bits of test functions as subtests
|
|
'pytest-xdist', # parallelism
|
|
]
|