]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: test: Add isctest.check.ede() helper for pytest
authorNicki Křížek <nicki@isc.org>
Mon, 10 Nov 2025 15:21:52 +0000 (16:21 +0100)
committerNicki Křížek <nicki@isc.org>
Mon, 10 Nov 2025 15:21:52 +0000 (16:21 +0100)
commitfbc9262c39174f23db2a6205346a3a8825a937a2
tree822b67ba21d2891d6c7aed1278704a8bfb00eef1
parent48deff9faef5554e203b6f452bacbbb70ae03afc
parent0e3c24d7a7909365edeefd10a3284f2b29046a27
new: test: Add isctest.check.ede() helper for pytest

Add a utility function to check for EDE codes present in the DNS
message. The primary benefit of this helper function is that it
handles the compatibility issues with different dnspython versions
and the actual test code doesn't have to deal with that any more.

Merge branch 'nicki/isctest-check-ede-helper' into 'main'

See merge request isc-projects/bind9!11182