]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make servers fixture in pytest module-wide
authorNicki Křížek <nicki@isc.org>
Wed, 28 Aug 2024 13:00:02 +0000 (15:00 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 24 Jan 2025 08:45:51 +0000 (08:45 +0000)
commita72ff9fd574b4a3276c545237a378a85e65de12a
tree1f42b2e3900822b8c73250ac0315e43d02f30d25
parent100b75986322d5105734bd9c1e70a2e5a987dc2d
Make servers fixture in pytest module-wide

The servers are setup and torn down once per each test module. All the
logs and server state persists between individual tests within the same
module. The servers fixture representing these servers should be
module-wide as well.
bin/tests/system/conftest.py