Skip to content

Commit 8b28edd

Browse files
committed
Try import pybind11_cross_module_tests from test_namespace_visibility.py
1 parent 157626a commit 8b28edd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_namespace_visibility.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import namespace_visibility_1
22
import namespace_visibility_2
3+
import pybind11_cross_module_tests as cm
34
import pytest
45

56

67
def test_namespace_visibility():
8+
del cm # Unused.
79
modules = (
810
namespace_visibility_1,
911
namespace_visibility_2,

0 commit comments

Comments
 (0)