MCPcopy
hub / github.com/pytest-dev/pytest / test_basic_objects

Function test_basic_objects

doc/en/example/multipython.py:68–70  ·  doc/en/example/multipython.py::test_basic_objects
(python1, python2, obj)

Source from the content-addressed store, hash-verified

66
67@pytest.mark.parametrize(class="st">"obj", [42, {}, {1: 3}])
68def test_basic_objects(python1, python2, obj):
69 python1.dumps(obj)
70 python2.load_and_is_true(fclass="st">"obj == {obj}")

Callers

nothing calls this directly

Calls 2

dumpsMethod · 0.80
load_and_is_trueMethod · 0.80

Tested by

no test coverage detected