Searched refs:pytest (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dconftest.py12 import pytest namespace
15 @pytest.fixture(scope="module")
H A Dtests_json.py16 import pytest namespace
20 pytest.register_assert_rewrite("generic")
24 requests = pytest.importorskip("requests")
H A Dtests_xml.py17 import pytest namespace
21 pytest.register_assert_rewrite("generic")
25 requests = pytest.importorskip("requests")
/netbsd-current/external/mpl/bind/dist/bin/tests/system/doth/
H A Dconftest.py17 import pytest namespace
20 @pytest.fixture
25 pytest.skip("gnutls-cli not found in PATH")
35 pytest.skip("gnutls-cli does not support the --logfile option")
40 @pytest.fixture
45 pytest.skip("sslyze not found in PATH")
H A Dtests_sslyze.py18 import pytest namespace
37 pytest.skip(f"ns1 (PID: {pid}) is not running")
H A Dtests_gnutls.py19 import pytest namespace
21 pytest.importorskip("dns")
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Drun.sh15 # Run a single system test using the pytest runner. This is a simple wrapper
16 # around pytest for convenience.
29 /usr/bin/env python3 -m pytest "$@"
H A Dpytest_custom_markers.py17 import pytest namespace
20 long_test = pytest.mark.skipif(
36 have_libxml2 = pytest.mark.skipif(
40 have_json_c = pytest.mark.skipif(
H A Dconftest.py23 import pytest namespace
26 pytest.register_assert_rewrite("isctest")
29 # Silence warnings caused by passing a pytest fixture to another fixture.
33 # ----------------- Older pytest / xdist compatibility -------------------
34 # As of 2023-01-11, the minimal supported pytest / xdist versions are
36 # - pytest 3.4.2
37 # - pytest-xdist 1.24.1
38 _pytest_ver = pytest.__version__.split(".")
41 # pytest.Stash/pytest
[all...]
H A DMakefile.am204 echo pytest is not available, no tests were ran
H A DMakefile.in2480 @HAVE_PERL_TRUE@@HAVE_PYTEST_FALSE@@HAVE_PYTHON_TRUE@ echo pytest is not available, no tests were ran
/netbsd-current/external/mpl/bind/dist/bin/tests/system/ttl/
H A Dtests_cache_ttl.py12 import pytest namespace
14 pytest.importorskip("dns")
19 @pytest.mark.parametrize(
/netbsd-current/external/mpl/bind/dist/bin/tests/system/hooks/
H A Dtests_async_plugin.py12 import pytest namespace
14 pytest.importorskip("dns")
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dispatch/
H A Dtests_connreset.py14 import pytest namespace
16 pytest.importorskip("dns")
/netbsd-current/external/mpl/bind/dist/bin/tests/system/rpzextra/
H A Dtests_rpzextra.py17 import pytest namespace
19 pytest.importorskip("dns", minversion="2.0.0")
54 with pytest.raises(dns.resolver.NXDOMAIN):
73 with pytest.raises(dns.resolver.NXDOMAIN):
93 with pytest.raises(dns.resolver.NXDOMAIN):
96 with pytest.raises(dns.resolver.NXDOMAIN):
109 with pytest.raises(dns.resolver.NXDOMAIN):
112 with pytest.raises(dns.resolver.NXDOMAIN):
127 with pytest.raises(dns.resolver.NXDOMAIN):
/netbsd-current/external/mpl/bind/dist/bin/tests/system/rndc/
H A Dtests_cve-2023-3341.py17 import pytest namespace
19 pytest.importorskip("dns")
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tcp/
H A Dtests_tcp.py20 import pytest namespace
22 pytest.importorskip("dns", minversion="2.0.0")
59 with pytest.raises(EOFError):
82 with pytest.raises(EOFError):
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dnstap/
H A Dtests_dnstap.py18 import pytest namespace
20 pytest.importorskip("dns", minversion="2.0.0")
/netbsd-current/external/mpl/bind/dist/bin/tests/system/wildcard/
H A Dtests_wildcard.py31 import pytest namespace
33 pytest.importorskip("dns")
42 pytest.importorskip("hypothesis")
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/95-test_external_pyca_data/
H A Dcryptography.sh55 pytest -n auto tests --wycheproof-root=../wycheproof
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/95-test_external_pyca_data/
H A Dcryptography.sh62 pytest -n auto tests --wycheproof-root=../wycheproof
/netbsd-current/external/mpl/bind/dist/bin/tests/system/timeouts/
H A Dtests_tcp_timeouts.py19 import pytest namespace
21 pytest.importorskip("dns", minversion="2.0.0")
57 with pytest.raises(EOFError):
85 with pytest.raises(EOFError):
146 with pytest.raises(EOFError):
207 with pytest.raises(EOFError):
235 with pytest.raises(ConnectionResetError):
268 with pytest.raises(EOFError):
/netbsd-current/external/mpl/bind/dist/bin/tests/system/shutdown/
H A Dtests_shutdown.py22 import pytest namespace
24 pytest.importorskip("dns", minversion="2.0.0")
163 @pytest.mark.parametrize("kill_method", ["rndc", "sigterm"])
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tsiggss/
H A Dtests_isc_spnego_flaws.py24 import pytest namespace
26 pytest.importorskip("dns")
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkds/
H A Dtests_checkds.py20 import pytest namespace
22 pytest.importorskip("dns", minversion="2.0.0")
33 pytestmark = pytest.mark.skipif(

Completed in 312 milliseconds

12