]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move text-related operations into isctest.text module
authorNicki Křížek <nicki@isc.org>
Thu, 2 Oct 2025 10:05:27 +0000 (12:05 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 8 Dec 2025 13:57:47 +0000 (14:57 +0100)
commitbe6bae2a75f17676ca90cc9dc34ac0a6a822933c
tree3e25495a763d06b9c7acc0827a1e376408a717c5
parentac7127d620614ccf54237e42c299fc238da759d3
Move text-related operations into isctest.text module

Add a new module for working with text and keep the isctest.log.watchlog
module focused on its purpose. Move LogFile and LineReader into the new
module. Add compile_pattern() helper which will be useful in subsequent
commits.
bin/tests/system/isctest/log/watchlog.py
bin/tests/system/isctest/text.py [new file with mode: 0644]