]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move hypothesis strategies to isctest for later reuse
authorŠtěpán Balážik <stepan@isc.org>
Tue, 23 Apr 2024 14:45:45 +0000 (16:45 +0200)
committerPetr Špaček <pspacek@isc.org>
Fri, 2 Aug 2024 11:22:56 +0000 (11:22 +0000)
commitdf01e5d7883be1f78c25897bec2648e5f87bfa9d
tree6db7b0350150c6134d9acbb9adddf466ab768e42
parentd0288545f329966e84bdf410577102ccbd597356
Move hypothesis strategies to isctest for later reuse

`isctest.hypothesis` seems to be a nice place to have these.

(cherry picked from commit bb1e5cfa092cc18da43fbf37db3fcfb5f7c8713c)
bin/tests/system/isctest/__init__.py
bin/tests/system/isctest/hypothesis/__init__.py [new file with mode: 0644]
bin/tests/system/isctest/hypothesis/settings.py [new file with mode: 0644]
bin/tests/system/isctest/hypothesis/strategies.py [moved from bin/tests/system/wildcard/strategies.py with 92% similarity]
bin/tests/system/wildcard/tests_wildcard.py