Home
last modified time | relevance | path

Searched refs:reprfuncargs (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/code/
H A Dtest_excinfo.py639 reprfuncargs = p.repr_args(entry)
640 assert reprfuncargs is not None
642 assert reprfuncargs.args[1] == ("x", "5")
643 assert reprfuncargs.args[2] == ("y", "13")
648 assert repr_entry.reprfuncargs is not None
649 assert repr_entry.reprfuncargs.args == reprfuncargs.args
666 reprfuncargs = p.repr_args(entry)
667 assert reprfuncargs is not None
668 assert reprfuncargs.args[0] == ("x", repr("a"))
674 assert repr_entry.reprfuncargs
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/code/
H A Dtest_excinfo.py639 reprfuncargs = p.repr_args(entry)
640 assert reprfuncargs is not None
642 assert reprfuncargs.args[1] == ("x", "5")
643 assert reprfuncargs.args[2] == ("y", "13")
648 assert repr_entry.reprfuncargs is not None
649 assert repr_entry.reprfuncargs.args == reprfuncargs.args
666 reprfuncargs = p.repr_args(entry)
667 assert reprfuncargs is not None
668 assert reprfuncargs.args[0] == ("x", repr("a"))
674 assert repr_entry.reprfuncargs
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/code/
H A Dtest_excinfo.py639 reprfuncargs = p.repr_args(entry)
640 assert reprfuncargs is not None
642 assert reprfuncargs.args[1] == ("x", "5")
643 assert reprfuncargs.args[2] == ("y", "13")
648 assert repr_entry.reprfuncargs is not None
649 assert repr_entry.reprfuncargs.args == reprfuncargs.args
666 reprfuncargs = p.repr_args(entry)
667 assert reprfuncargs is not None
668 assert reprfuncargs.args[0] == ("x", repr("a"))
674 assert repr_entry.reprfuncargs
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/code/
H A Dtest_excinfo.py532 reprfuncargs = p.repr_args(entry)
533 assert reprfuncargs.args[0] == ('m', repr("m"*90))
534 assert reprfuncargs.args[1] == ('x', '5')
535 assert reprfuncargs.args[2] == ('y', '13')
536 assert reprfuncargs.args[3] == ('z', repr("z" * 120))
540 assert repr_entry.reprfuncargs.args == reprfuncargs.args
556 reprfuncargs = p.repr_args(entry)
557 assert reprfuncargs.args[0] == ('x', repr('a'))
558 assert reprfuncargs.args[1] == ('y', repr(('b',)))
559 assert reprfuncargs.args[2] == ('z', repr({'c': 'd'}))
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/py/testing/code/
H A Dtest_excinfo.py532 reprfuncargs = p.repr_args(entry)
533 assert reprfuncargs.args[0] == ('m', repr("m"*90))
534 assert reprfuncargs.args[1] == ('x', '5')
535 assert reprfuncargs.args[2] == ('y', '13')
536 assert reprfuncargs.args[3] == ('z', repr("z" * 120))
540 assert repr_entry.reprfuncargs.args == reprfuncargs.args
556 reprfuncargs = p.repr_args(entry)
557 assert reprfuncargs.args[0] == ('x', repr('a'))
558 assert reprfuncargs.args[1] == ('y', repr(('b',)))
559 assert reprfuncargs.args[2] == ('z', repr({'c': 'd'}))
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/py/testing/code/
H A Dtest_excinfo.py532 reprfuncargs = p.repr_args(entry)
533 assert reprfuncargs.args[0] == ('m', repr("m"*90))
534 assert reprfuncargs.args[1] == ('x', '5')
535 assert reprfuncargs.args[2] == ('y', '13')
536 assert reprfuncargs.args[3] == ('z', repr("z" * 120))
540 assert repr_entry.reprfuncargs.args == reprfuncargs.args
556 reprfuncargs = p.repr_args(entry)
557 assert reprfuncargs.args[0] == ('x', repr('a'))
558 assert reprfuncargs.args[1] == ('y', repr(('b',)))
559 assert reprfuncargs.args[2] == ('z', repr({'c': 'd'}))
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/code/
H A Dtest_excinfo.py532 reprfuncargs = p.repr_args(entry)
533 assert reprfuncargs.args[0] == ('m', repr("m"*90))
534 assert reprfuncargs.args[1] == ('x', '5')
535 assert reprfuncargs.args[2] == ('y', '13')
536 assert reprfuncargs.args[3] == ('z', repr("z" * 120))
540 assert repr_entry.reprfuncargs.args == reprfuncargs.args
556 reprfuncargs = p.repr_args(entry)
557 assert reprfuncargs.args[0] == ('x', repr('a'))
558 assert reprfuncargs.args[1] == ('y', repr(('b',)))
559 assert reprfuncargs.args[2] == ('z', repr({'c': 'd'}))
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/py/testing/code/
H A Dtest_excinfo.py503 reprfuncargs = p.repr_args(entry)
504 assert reprfuncargs.args[0] == ('m', repr("m"*90))
505 assert reprfuncargs.args[1] == ('x', '5')
506 assert reprfuncargs.args[2] == ('y', '13')
507 assert reprfuncargs.args[3] == ('z', repr("z" * 120))
511 assert repr_entry.reprfuncargs.args == reprfuncargs.args
527 reprfuncargs = p.repr_args(entry)
528 assert reprfuncargs.args[0] == ('x', repr('a'))
529 assert reprfuncargs.args[1] == ('y', repr(('b',)))
530 assert reprfuncargs.args[2] == ('z', repr({'c': 'd'}))
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/testing/code/
H A Dtest_excinfo.py506 reprfuncargs = p.repr_args(entry)
507 assert reprfuncargs.args[0] == ('m', repr("m"*90))
508 assert reprfuncargs.args[1] == ('x', '5')
509 assert reprfuncargs.args[2] == ('y', '13')
510 assert reprfuncargs.args[3] == ('z', repr("z" * 120))
514 assert repr_entry.reprfuncargs.args == reprfuncargs.args
530 reprfuncargs = p.repr_args(entry)
531 assert reprfuncargs.args[0] == ('x', repr('a'))
532 assert reprfuncargs.args[1] == ('y', repr(('b',)))
533 assert reprfuncargs.args[2] == ('z', repr({'c': 'd'}))
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/py/testing/code/
H A Dtest_excinfo.py532 reprfuncargs = p.repr_args(entry)
533 assert reprfuncargs.args[0] == ('m', repr("m"*90))
534 assert reprfuncargs.args[1] == ('x', '5')
535 assert reprfuncargs.args[2] == ('y', '13')
536 assert reprfuncargs.args[3] == ('z', repr("z" * 120))
540 assert repr_entry.reprfuncargs.args == reprfuncargs.args
556 reprfuncargs = p.repr_args(entry)
557 assert reprfuncargs.args[0] == ('x', repr('a'))
558 assert reprfuncargs.args[1] == ('y', repr(('b',)))
559 assert reprfuncargs.args[2] == ('z', repr({'c': 'd'}))
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/py/testing/code/
H A Dtest_excinfo.py532 reprfuncargs = p.repr_args(entry)
533 assert reprfuncargs.args[0] == ('m', repr("m"*90))
534 assert reprfuncargs.args[1] == ('x', '5')
535 assert reprfuncargs.args[2] == ('y', '13')
536 assert reprfuncargs.args[3] == ('z', repr("z" * 120))
540 assert repr_entry.reprfuncargs.args == reprfuncargs.args
556 reprfuncargs = p.repr_args(entry)
557 assert reprfuncargs.args[0] == ('x', repr('a'))
558 assert reprfuncargs.args[1] == ('y', repr(('b',)))
559 assert reprfuncargs.args[2] == ('z', repr({'c': 'd'}))
[all …]
/dports/devel/py-py/py-1.9.0/testing/code/
H A Dtest_excinfo.py532 reprfuncargs = p.repr_args(entry)
533 assert reprfuncargs.args[0] == ('m', repr("m"*90))
534 assert reprfuncargs.args[1] == ('x', '5')
535 assert reprfuncargs.args[2] == ('y', '13')
536 assert reprfuncargs.args[3] == ('z', repr("z" * 120))
540 assert repr_entry.reprfuncargs.args == reprfuncargs.args
556 reprfuncargs = p.repr_args(entry)
557 assert reprfuncargs.args[0] == ('x', repr('a'))
558 assert reprfuncargs.args[1] == ('y', repr(('b',)))
559 assert reprfuncargs.args[2] == ('z', repr({'c': 'd'}))
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/testing/code/
H A Dtest_excinfo.py638 reprfuncargs = p.repr_args(entry)
639 assert reprfuncargs.args[0] == ("m", repr("m" * 90))
640 assert reprfuncargs.args[1] == ("x", "5")
641 assert reprfuncargs.args[2] == ("y", "13")
642 assert reprfuncargs.args[3] == ("z", repr("z" * 120))
646 assert repr_entry.reprfuncargs.args == reprfuncargs.args
664 reprfuncargs = p.repr_args(entry)
665 assert reprfuncargs.args[0] == ("x", repr("a"))
666 assert reprfuncargs.args[1] == ("y", repr(("b",)))
667 assert reprfuncargs.args[2] == ("z", repr({"c": "d"}))
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/testing/code/
H A Dtest_excinfo.py638 reprfuncargs = p.repr_args(entry)
639 assert reprfuncargs.args[0] == ("m", repr("m" * 90))
640 assert reprfuncargs.args[1] == ("x", "5")
641 assert reprfuncargs.args[2] == ("y", "13")
642 assert reprfuncargs.args[3] == ("z", repr("z" * 120))
646 assert repr_entry.reprfuncargs.args == reprfuncargs.args
664 reprfuncargs = p.repr_args(entry)
665 assert reprfuncargs.args[0] == ("x", repr("a"))
666 assert reprfuncargs.args[1] == ("y", repr(("b",)))
667 assert reprfuncargs.args[2] == ("z", repr({"c": "d"}))
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/testing/code/
H A Dtest_excinfo.py607 reprfuncargs = p.repr_args(entry)
608 assert reprfuncargs.args[0] == ('m', repr("m" * 90))
609 assert reprfuncargs.args[1] == ('x', '5')
610 assert reprfuncargs.args[2] == ('y', '13')
611 assert reprfuncargs.args[3] == ('z', repr("z" * 120))
615 assert repr_entry.reprfuncargs.args == reprfuncargs.args
631 reprfuncargs = p.repr_args(entry)
632 assert reprfuncargs.args[0] == ('x', repr('a'))
633 assert reprfuncargs.args[1] == ('y', repr(('b',)))
634 assert reprfuncargs.args[2] == ('z', repr({'c': 'd'}))
[all …]
/dports/devel/py-pytest/pytest-4.6.11/testing/code/
H A Dtest_excinfo.py684 reprfuncargs = p.repr_args(entry)
685 assert reprfuncargs.args[0] == ("m", repr("m" * 90))
686 assert reprfuncargs.args[1] == ("x", "5")
687 assert reprfuncargs.args[2] == ("y", "13")
688 assert reprfuncargs.args[3] == ("z", repr("z" * 120))
692 assert repr_entry.reprfuncargs.args == reprfuncargs.args
710 reprfuncargs = p.repr_args(entry)
711 assert reprfuncargs.args[0] == ("x", repr("a"))
712 assert reprfuncargs.args[1] == ("y", repr(("b",)))
713 assert reprfuncargs.args[2] == ("z", repr({"c": "d"}))
[all …]
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/
H A Dreports.py233 reprfuncargs = None
237 reprfuncargs = ReprFuncArgs(**data["reprfuncargs"])
245 reprfuncargs=reprfuncargs,
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dreports.py501 reprfuncargs = None
505 reprfuncargs = ReprFuncArgs(**data["reprfuncargs"])
513 reprfuncargs=reprfuncargs,
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dreports.py501 reprfuncargs = None
505 reprfuncargs = ReprFuncArgs(**data["reprfuncargs"])
513 reprfuncargs=reprfuncargs,
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dreports.py501 reprfuncargs = None
505 reprfuncargs = ReprFuncArgs(**data["reprfuncargs"])
513 reprfuncargs=reprfuncargs,
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_reports.py107 assert rep_entry.reprfuncargs is not None
113 assert a_entry.reprfuncargs is not None
120 assert rep_entry.reprfuncargs.args == a_entry.reprfuncargs.args
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_reports.py107 assert rep_entry.reprfuncargs is not None
113 assert a_entry.reprfuncargs is not None
120 assert rep_entry.reprfuncargs.args == a_entry.reprfuncargs.args
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_reports.py107 assert rep_entry.reprfuncargs is not None
113 assert a_entry.reprfuncargs is not None
120 assert rep_entry.reprfuncargs.args == a_entry.reprfuncargs.args
/dports/devel/py-datatest/datatest-0.11.1/datatest/
H A D_pytest_plugin.py200 self.reprfuncargs = reprentry.reprfuncargs
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/py/py/_code/
H A Dcode.py679 def __init__(self, lines, reprfuncargs, reprlocals, filelocrepr, style): argument
681 self.reprfuncargs = reprfuncargs
694 if self.reprfuncargs:
695 self.reprfuncargs.toterminal(tw)

12