summaryrefslogtreecommitdiff
path: root/test/py/README.md
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-04-22 10:18:55 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-04-23 01:37:28 +0300
commit10feb30c701d3cf264746d0d81bd566f002de24b (patch)
treedd076890fd254d0d91b093979f890d75b950d8e7 /test/py/README.md
parentf95b8a4b5f64fd43e88c756662e77330dce8c007 (diff)
downloadu-boot-10feb30c701d3cf264746d0d81bd566f002de24b.tar.xz
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>
Diffstat (limited to 'test/py/README.md')
-rw-r--r--test/py/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/README.md b/test/py/README.md
index 4d9d2b81d1..2156661d6c 100644
--- a/test/py/README.md
+++ b/test/py/README.md
@@ -310,6 +310,7 @@ instances of:
- `buildconfig.get(...`
- `@pytest.mark.buildconfigspec(...`
+- `@pytest.mark.notbuildconfigspec(...`
### Complete invocation example