]> git.ipfire.org Git - thirdparty/bind9.git/commit
Silence pylint's refactoring suggestions for system_test_dir()
authorTom Krizek <tkrizek@isc.org>
Thu, 10 Aug 2023 14:53:10 +0000 (16:53 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 21 Aug 2023 13:54:40 +0000 (15:54 +0200)
commit83ddca76902bb54735528fa365e4b6c323b640fe
tree22427d26d781bae091ab203ad1db05e497dd4a96
parentf91d0b13e882f2b265412eadb958d2faa64974f8
Silence pylint's refactoring suggestions for system_test_dir()

While it'd be fairly easy to split the function up into smaller ones,
the readability wouldn't be improved in this case. Silence the
suggestions instead.
bin/tests/system/conftest.py