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 6b6b3ebCopy full SHA for 6b6b3eb
tests/test_namespace_visibility.py
@@ -1,11 +1,12 @@
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():
- del cm # Unused.
9
+ assert cm.__doc__ is not None
10
modules = (
11
namespace_visibility_1,
12
namespace_visibility_2,
0 commit comments