Home
last modified time | relevance | path

Searched refs:pytest_configure (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/tests/utils/plugins/
H A Dpytest_collection_loader.py23 def pytest_configure(): function
27 if pytest_configure.executed:
30 pytest_configure.executed = True
50 pytest_configure()
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_data/pytest/plugins/
H A Dansible_pytest_collections.py33 def pytest_configure(): function
36 if pytest_configure.executed:
39 pytest_configure.executed = True
65 pytest_configure()
H A Dansible_pytest_coverage.py6 def pytest_configure(): function
9 if pytest_configure.executed:
12 pytest_configure.executed = True
68 pytest_configure()
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_data/pytest/plugins/
H A Dansible_pytest_coverage.py6 def pytest_configure(): function
9 if pytest_configure.executed:
12 pytest_configure.executed = True
68 pytest_configure()
H A Dansible_pytest_collections.py32 def pytest_configure(): function
35 if pytest_configure.executed:
38 pytest_configure.executed = True
67 pytest_configure()
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_data/pytest/plugins/
H A Dansible_pytest_coverage.py6 def pytest_configure():
9 if pytest_configure.executed:
12 pytest_configure.executed = True
68 pytest_configure()
H A Dansible_pytest_collections.py32 def pytest_configure():
35 if pytest_configure.executed:
38 pytest_configure.executed = True
67 pytest_configure()
/dports/devel/py-pytest/pytest-4.6.11/testing/
H A Dtest_resultlog.py12 from _pytest.resultlog import pytest_configure
189 pytest_configure(config)
195 pytest_configure(config)
/dports/devel/py-pytest/pytest-4.6.11/doc/en/
H A Dmark.rst44 :ref:`pytest_configure <initialization-hooks>` hook:
48 def pytest_configure(config):
66 using a custom ``pytest_configure`` hook.
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dfaulthandler.py25 def pytest_configure(config: Config) -> None: function
50 def pytest_configure(self, config: Config) -> None: member in FaultHandlerHooks
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dfaulthandler.py25 def pytest_configure(config: Config) -> None: function
50 def pytest_configure(self, config: Config) -> None: member in FaultHandlerHooks
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dfaulthandler.py25 def pytest_configure(config: Config) -> None: function
50 def pytest_configure(self, config: Config) -> None: member in FaultHandlerHooks
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_resultlog.py9 pytest_configure, pytest_unconfigure
200 pytest_configure(config)
206 pytest_configure(config)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/testing/
H A Dtest_resultlog.py8 pytest_configure, pytest_unconfigure
206 pytest_configure(config)
212 pytest_configure(config)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/testing/
H A Dtest_resultlog.py11 pytest_configure,
211 pytest_configure(config)
217 pytest_configure(config)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_resultlog.py11 pytest_configure,
211 pytest_configure(config)
217 pytest_configure(config)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozlog/mozlog/pytest_mozlog/
H A Dplugin.py28 def pytest_configure(config): function
45 def pytest_configure(self, config): member in MozLog
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dmark.rst59 :ref:`pytest_configure <initialization-hooks>` hook:
63 def pytest_configure(config):
81 using a custom ``pytest_configure`` hook.
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dmark.rst59 :ref:`pytest_configure <initialization-hooks>` hook:
63 def pytest_configure(config):
81 using a custom ``pytest_configure`` hook.
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dmark.rst59 :ref:`pytest_configure <initialization-hooks>` hook:
63 def pytest_configure(config):
81 using a custom ``pytest_configure`` hook.
/dports/www/buku/buku-4.6/tests/
H A Dconftest.py5 def pytest_configure(config): function
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/
H A Dconftest.py15 def pytest_configure(config): function
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-google/cirq_google/
H A Dconftest.py4 def pytest_configure(config): function
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-ionq/cirq_ionq/
H A Dconftest.py4 def pytest_configure(config): function
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-aqt/cirq_aqt/
H A Dconftest.py4 def pytest_configure(config): function

12345678910>>...27