MCPcopy Create free account
hub / github.com/apache/tvm-ffi / test_none

Method test_none

tests/python/test_serialization.py:77–79  ·  view source on GitHub ↗

None roundtrips to None.

(self)

Source from the content-addressed store, hash-verified

75 """Roundtrip tests for None."""
76
77 def test_none(self) -> None:
78 """None roundtrips to None."""
79 assert _roundtrip(None) is None
80
81
82class TestBool:

Callers

nothing calls this directly

Calls 1

_roundtripFunction · 0.85

Tested by

no test coverage detected