]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] new: test: Add nsX fixtures to pytest
authorNicki Křížek <nicki@isc.org>
Thu, 25 Sep 2025 15:18:11 +0000 (17:18 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 25 Sep 2025 15:18:11 +0000 (17:18 +0200)
commitb49954e458965dbf038f0a9af454ecd8938ba044
treea2b2ee4b592303fdb21200196b87b5e05baf94e2
parent08fe65af25d5d5d44a8fa267325b75d735b01024
parent3cfbf636fe4395938739f6a3d35783e15de9dbcd
[9.18] new: test: Add nsX fixtures to pytest

The nsX are utility fixtures which can be used instead of the servers
fixture, which requires longer syntax(i.e. servers["nsX"]).

---

This MR is basically backporting pytest utility fixtures which were introduced to newer branches in !10717. This is a minimal change which only aims to facilitate easier test backports to ~"v9.18" in the future, without changing any of the existing tests.

Merge branch 'nicki/pytest-nsX-fixtures-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!11015