test/py: pytest.mark.notbuildconfigspec()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 22 Apr 2019 07:18:55 +0000 (09:18 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 22 Apr 2019 22:37:28 +0000 (00:37 +0200)
commit10feb30c701d3cf264746d0d81bd566f002de24b
treedd076890fd254d0d91b093979f890d75b950d8e7
parentf95b8a4b5f64fd43e88c756662e77330dce8c007
test/py: pytest.mark.notbuildconfigspec()

We already can let a Python test depend on a build option being set via
@pytest.mark.buildconfigspec(). It may be necessary to let a test depend on
a build option *not* being set. So let's introduce

    @pytest.mark.notbuildconfigspec

for this purpose.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
test/py/README.md
test/py/conftest.py