Home
last modified time | relevance | path

Searched refs:excrepr (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/
H A Dresultlog.py97 def pytest_internalerror(self, excrepr): argument
98 reprcrash = getattr(excrepr, "reprcrash", None)
102 self.write_log_entry(path, "!", str(excrepr))
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/_pytest/
H A Dresultlog.py99 def pytest_internalerror(self, excrepr): argument
100 reprcrash = getattr(excrepr, 'reprcrash', None)
104 self.write_log_entry(path, '!', str(excrepr))
H A Dpdb.py60 def pytest_internalerror(self, excrepr, excinfo): argument
61 for line in str(excrepr).split("\n"):
H A Dterminal.py167 def pytest_internalerror(self, excrepr): argument
168 for line in py.builtin.text(excrepr).split("\n"):
388 excrepr = self._keyboardinterrupt_memo
389 msg = excrepr.reprcrash.message
393 excrepr.toterminal(self._tw)
396 excrepr.reprcrash.toterminal(self._tw)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/pytest/_pytest/
H A Dresultlog.py99 def pytest_internalerror(self, excrepr): argument
100 reprcrash = getattr(excrepr, 'reprcrash', None)
104 self.write_log_entry(path, '!', str(excrepr))
H A Dpdb.py60 def pytest_internalerror(self, excrepr, excinfo): argument
61 for line in str(excrepr).split("\n"):
H A Dterminal.py167 def pytest_internalerror(self, excrepr): argument
168 for line in py.builtin.text(excrepr).split("\n"):
388 excrepr = self._keyboardinterrupt_memo
389 msg = excrepr.reprcrash.message
393 excrepr.toterminal(self._tw)
396 excrepr.reprcrash.toterminal(self._tw)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pytest/_pytest/
H A Dresultlog.py115 def pytest_internalerror(self, excrepr): argument
116 reprcrash = getattr(excrepr, "reprcrash", None)
120 self.write_log_entry(path, "!", str(excrepr))
H A Ddebugging.py99 def pytest_internalerror(self, excrepr, excinfo): argument
100 for line in str(excrepr).split("\n"):
H A Dterminal.py326 def pytest_internalerror(self, excrepr): argument
327 for line in six.text_type(excrepr).split("\n"):
613 excrepr = self._keyboardinterrupt_memo
614 msg = excrepr.reprcrash.message
618 excrepr.toterminal(self._tw)
620 excrepr.reprcrash.toterminal(self._tw)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/_pytest/
H A Dresultlog.py108 def pytest_internalerror(self, excrepr): argument
109 reprcrash = getattr(excrepr, 'reprcrash', None)
113 self.write_log_entry(path, '!', str(excrepr))
H A Ddebugging.py74 def pytest_internalerror(self, excrepr, excinfo): argument
75 for line in str(excrepr).split("\n"):
H A Dterminal.py225 def pytest_internalerror(self, excrepr): argument
226 for line in six.text_type(excrepr).split("\n"):
486 excrepr = self._keyboardinterrupt_memo
487 msg = excrepr.reprcrash.message
491 excrepr.toterminal(self._tw)
494 excrepr.reprcrash.toterminal(self._tw)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pytest/_pytest/
H A Dresultlog.py115 def pytest_internalerror(self, excrepr): argument
116 reprcrash = getattr(excrepr, "reprcrash", None)
120 self.write_log_entry(path, "!", str(excrepr))
H A Ddebugging.py99 def pytest_internalerror(self, excrepr, excinfo): argument
100 for line in str(excrepr).split("\n"):
H A Dterminal.py326 def pytest_internalerror(self, excrepr): argument
327 for line in six.text_type(excrepr).split("\n"):
613 excrepr = self._keyboardinterrupt_memo
614 msg = excrepr.reprcrash.message
618 excrepr.toterminal(self._tw)
620 excrepr.reprcrash.toterminal(self._tw)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/src/_pytest/
H A Dresultlog.py115 def pytest_internalerror(self, excrepr): argument
116 reprcrash = getattr(excrepr, "reprcrash", None)
120 self.write_log_entry(path, "!", str(excrepr))
H A Ddebugging.py99 def pytest_internalerror(self, excrepr, excinfo): argument
100 for line in str(excrepr).split("\n"):
H A Dterminal.py326 def pytest_internalerror(self, excrepr): argument
327 for line in six.text_type(excrepr).split("\n"):
613 excrepr = self._keyboardinterrupt_memo
614 msg = excrepr.reprcrash.message
618 excrepr.toterminal(self._tw)
620 excrepr.reprcrash.toterminal(self._tw)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pytest/_pytest/
H A Dresultlog.py103 def pytest_internalerror(self, excrepr): argument
104 reprcrash = getattr(excrepr, 'reprcrash', None)
108 self.write_log_entry(path, '!', str(excrepr))
H A Ddebugging.py74 def pytest_internalerror(self, excrepr, excinfo): argument
75 for line in str(excrepr).split("\n"):
H A Dterminal.py192 def pytest_internalerror(self, excrepr): argument
193 for line in py.builtin.text(excrepr).split("\n"):
412 excrepr = self._keyboardinterrupt_memo
413 msg = excrepr.reprcrash.message
417 excrepr.toterminal(self._tw)
420 excrepr.reprcrash.toterminal(self._tw)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dresultlog.py115 def pytest_internalerror(self, excrepr): argument
116 reprcrash = getattr(excrepr, "reprcrash", None)
120 self.write_log_entry(path, "!", str(excrepr))
H A Ddebugging.py99 def pytest_internalerror(self, excrepr, excinfo): argument
100 for line in str(excrepr).split("\n"):
H A Dterminal.py326 def pytest_internalerror(self, excrepr): argument
327 for line in six.text_type(excrepr).split("\n"):
613 excrepr = self._keyboardinterrupt_memo
614 msg = excrepr.reprcrash.message
618 excrepr.toterminal(self._tw)
620 excrepr.reprcrash.toterminal(self._tw)

1234