We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b28edd commit e7abc0dCopy full SHA for e7abc0d
tests/test_namespace_visibility.py
@@ -1,8 +1,9 @@
1
import namespace_visibility_1
2
import namespace_visibility_2
3
-import pybind11_cross_module_tests as cm
4
import pytest
5
+import pybind11_cross_module_tests as cm
6
+
7
8
def test_namespace_visibility():
9
del cm # Unused.
0 commit comments