(python1, python2, obj)
| 66 | |
| 67 | @pytest.mark.parametrize(class="st">"obj", [42, {}, {1: 3}]) |
| 68 | def test_basic_objects(python1, python2, obj): |
| 69 | python1.dumps(obj) |
| 70 | python2.load_and_is_true(fclass="st">"obj == {obj}") |
nothing calls this directly
no test coverage detected