]> git.ipfire.org Git - thirdparty/bind9.git/commit
Coalesce system test variables
authorTom Krizek <tkrizek@isc.org>
Thu, 4 Jan 2024 13:48:04 +0000 (14:48 +0100)
committerNicki Křížek <nicki@isc.org>
Thu, 9 May 2024 15:08:09 +0000 (17:08 +0200)
commit46433ae17bc8384ad23b2ea926a5680efe6da88a
treee2a5c8caa0df9d4661d09d68f401b2ec7083257f
parent308a8727e5b11e0f7ffe772dab50cfb79f604bd5
Coalesce system test variables

Provide a single point of access to all the variables used by tests. Use
a custom dict-like structure to access the underlying data without
making a copy. This allows the individual modules to update the contents
at runtime, which is used for some variables.
bin/tests/system/conftest.py
bin/tests/system/isctest/vars/all.py