HomeSort by: relevance | last modified time | path
    Searched defs:sampled_from (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/tsig/
tests_tsig_hypothesis.py 21 from hypothesis.strategies import binary, booleans, composite, just, sampled_from namespace
48 alg, mac_size = draw(sampled_from(candidates))
56 alg, correct_mac_len = draw(sampled_from(candidates))
  /src/external/mpl/bind/dist/bin/tests/system/nsec3_answer/
tests_nsec3.py 37 from isctest.hypothesis.strategies import dns_names, sampled_from namespace
77 qname=sampled_from(
146 @given(qname=sampled_from(sorted(ZONE.get_names_with_type(dns.rdatatype.CNAME))))

Completed in 15 milliseconds