Home
last modified time | relevance | path

Searched refs:requested_scope (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pytest/_pytest/
H A Dfixtures.py521 def _check_scope(self, argname, invoking_scope, requested_scope): argument
524 if scopemismatch(invoking_scope, requested_scope):
530 (requested_scope, argname, invoking_scope, "\n".join(lines))),
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/_pytest/
H A Dfixtures.py525 def _check_scope(self, argname, invoking_scope, requested_scope): argument
528 if scopemismatch(invoking_scope, requested_scope):
534 (requested_scope, argname, invoking_scope, "\n".join(lines))),
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pytest/_pytest/
H A Dfixtures.py557 def _check_scope(self, argname, invoking_scope, requested_scope): argument
560 if scopemismatch(invoking_scope, requested_scope):
567 % ((requested_scope, argname, invoking_scope, "\n".join(lines))),
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pytest/_pytest/
H A Dfixtures.py557 def _check_scope(self, argname, invoking_scope, requested_scope): argument
560 if scopemismatch(invoking_scope, requested_scope):
567 % ((requested_scope, argname, invoking_scope, "\n".join(lines))),
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dfixtures.py557 def _check_scope(self, argname, invoking_scope, requested_scope): argument
560 if scopemismatch(invoking_scope, requested_scope):
567 % ((requested_scope, argname, invoking_scope, "\n".join(lines))),
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/src/_pytest/
H A Dfixtures.py557 def _check_scope(self, argname, invoking_scope, requested_scope): argument
560 if scopemismatch(invoking_scope, requested_scope):
567 % ((requested_scope, argname, invoking_scope, "\n".join(lines))),
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/
H A Dfixtures.py597 def _check_scope(self, argname, invoking_scope, requested_scope): argument
600 if scopemismatch(invoking_scope, requested_scope):
607 % ((requested_scope, argname, invoking_scope, "\n".join(lines))),
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dfixtures.py688 def _check_scope(self, argname, invoking_scope: "_Scope", requested_scope) -> None: argument
691 if scopemismatch(invoking_scope, requested_scope):
698 % ((requested_scope, argname, invoking_scope, "\n".join(lines))),
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dfixtures.py688 def _check_scope(self, argname, invoking_scope: "_Scope", requested_scope) -> None: argument
691 if scopemismatch(invoking_scope, requested_scope):
698 % ((requested_scope, argname, invoking_scope, "\n".join(lines))),
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dfixtures.py688 def _check_scope(self, argname, invoking_scope: "_Scope", requested_scope) -> None: argument
691 if scopemismatch(invoking_scope, requested_scope):
698 % ((requested_scope, argname, invoking_scope, "\n".join(lines))),
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/_pytest/
H A Dpython.py1682 def _check_scope(self, argname, invoking_scope, requested_scope): argument
1685 if scopemismatch(invoking_scope, requested_scope):
1691 (requested_scope, argname, invoking_scope, "\n".join(lines))),
/dports/www/firefox-legacy/firefox-52.8.0esr/python/pytest/_pytest/
H A Dpython.py1680 def _check_scope(self, argname, invoking_scope, requested_scope): argument
1683 if scopemismatch(invoking_scope, requested_scope):
1689 (requested_scope, argname, invoking_scope, "\n".join(lines))),