]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add isctest.mark.with_developer pytest mark 12118/head
authorNicki Křížek <nicki@isc.org>
Wed, 27 May 2026 15:28:07 +0000 (15:28 +0000)
committerNicki Křížek <nicki@isc.org>
Thu, 28 May 2026 09:37:14 +0000 (11:37 +0200)
commitf957b630101a7a13e72e51501b7e9fca6388df9f
treece6925d5f0d2f2e9675c88e868f420f012179fba
parent950dc9945c3c81f0dd3f2b52bdfd3b93a0f778cd
Add isctest.mark.with_developer pytest mark

Tests that exercise instrumentation, log output, or other behaviour
that only exists in developer builds (the gcc:almalinux9:amd64 CI job
sets -Ddeveloper=disabled to guard against such accidental coupling)
can now decorate themselves with isctest.mark.with_developer to skip on
non-developer builds.

Assisted-by: Claude:claude-opus-4-7
bin/tests/system/isctest/mark.py