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

Function test_importing

tests/test_modules.py:66–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64
65
66def test_importing():
67 from collections import OrderedDict
68
69 from pybind11_tests.modules import OD
70
71 assert OD is OrderedDict
72
73
74def test_reimport():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected