To support running tests if `PYTEST_DISABLE_PLUGIN_AUTOLOAD` is set (to avoid conflicts with other plugins that might be available on the system). Reviewed-on: https://projects.blender.org/blender/blender-asset-tracer/pulls/92896
14 lines
266 B
INI
14 lines
266 B
INI
[tool:pytest]
|
|
addopts = -p pytest_cov -v --cov blender_asset_tracer --cov-report term-missing
|
|
|
|
[pep8]
|
|
max-line-length = 100
|
|
|
|
[mypy]
|
|
# This should match pyproject.toml
|
|
python_version = 3.9
|
|
|
|
warn_redundant_casts = True
|
|
ignore_missing_imports = True
|
|
incremental = True
|