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

Method test_true

tests/python/test_serialization.py:85–87  ·  view source on GitHub ↗

True roundtrips to True.

(self)

Source from the content-addressed store, hash-verified

83 """Roundtrip tests for bool values."""
84
85 def test_true(self) -> None:
86 """True roundtrips to True."""
87 assert _roundtrip(True) is True
88
89 def test_false(self) -> None:
90 """False roundtrips to False."""

Callers

nothing calls this directly

Calls 1

_roundtripFunction · 0.85

Tested by

no test coverage detected