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.
import pybind11_cross_module_tests
1 parent 157626a commit 8b28eddCopy full SHA for 8b28edd
tests/test_namespace_visibility.py
@@ -1,9 +1,11 @@
1
import namespace_visibility_1
2
import namespace_visibility_2
3
+import pybind11_cross_module_tests as cm
4
import pytest
5
6
7
def test_namespace_visibility():
8
+ del cm # Unused.
9
modules = (
10
namespace_visibility_1,
11
namespace_visibility_2,
0 commit comments