MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_exo_only_basic

Function test_exo_only_basic

tests/test_cpp_conduit.py:99–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97
98
99def test_exo_only_basic():
100 t_e = exo_planet_pybind11.Traveler("exo")
101 assert t_e.luggage == "exo"
102 assert exo_planet_pybind11.get_luggage(t_e) == "exo"
103
104
105def test_exo_only_premium():

Callers

nothing calls this directly

Calls 1

TravelerMethod · 0.80

Tested by

no test coverage detected