Skip to content

setup.cfg.jj2: Pass block to pytest.ini.jj2

John Vandenberg requested to merge jayvdb/mobans:pass-block-to-include into master

extra_pytest_addopts is used by coala core to add exra pytest options.

When splitting setup.cfg.jj2, this stopped working, as blocks do not get passed with includes.

To provide backwards compatibility, set can collect the block contents and provide them to the include.

Fixes #87 (closed)

Merge request reports