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

Function test_simple_repr

testing/io/test_saferepr.py:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def test_simple_repr():
12 assert saferepr(1) == "1"
13 assert saferepr(None) == "None"
14
15
16def test_maxsize():

Callers

nothing calls this directly

Calls 1

safereprFunction · 0.90

Tested by

no test coverage detected