commit | 10feb30c701d3cf264746d0d81bd566f002de24b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Apr 22 09:18:55 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Apr 23 00:37:28 2019 +0200 |
tree | dd076890fd254d0d91b093979f890d75b950d8e7 | |
parent | f95b8a4b5f64fd43e88c756662e77330dce8c007 [diff] |
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>