MCPcopy Create free account
hub / github.com/pytest-dev/pytest / test_idval_hypothesis

Method test_idval_hypothesis

testing/python/metafunc.py:288–291  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

286 deadline=400.0
287 ) # very close to std deadline and CI boxes are not reliable in CPU power
288 def test_idval_hypothesis(self, value) -> None:
289 escaped = _idval(value, "a", 6, None, nodeid=None, config=None)
290 assert isinstance(escaped, str)
291 escaped.encode("ascii")
292
293 def test_unicode_idval(self) -> None:
294 """Test that Unicode strings outside the ASCII character set get

Callers

nothing calls this directly

Calls 1

_idvalFunction · 0.90

Tested by

no test coverage detected