]> 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>
Tue, 28 May 2024 12:12:16 +0000 (12:12 +0000)
commitbb1e5cfa092cc18da43fbf37db3fcfb5f7c8713c
tree705be313b53f302ed106c8ccf62697c46f5daf11
parentf55cacbbfd5eeaeb8e521895a0ffab8addeaad6f
Move hypothesis strategies to isctest for later reuse

`isctest.hypothesis` seems to be a nice place to have these.
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