]> 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:56:36 +0000 (08:56 +0000)
commit2eb5ce24fb3fc16b95225302b45738a3451d88ad
treed8bb2d190e7e69117edec40ff4186e4ba00da56a
parentf3f7667fc704625ad5f77fee977da24229fbbbd8
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.

(cherry picked from commit a72ff9fd574b4a3276c545237a378a85e65de12a)
bin/tests/system/conftest.py