Skip to content

Commit 6b6b3eb

Browse files
committed
Fix quick-shot trial.
1 parent 8b28edd commit 6b6b3eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_namespace_visibility.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import namespace_visibility_1
22
import namespace_visibility_2
3-
import pybind11_cross_module_tests as cm
43
import pytest
54

5+
import pybind11_cross_module_tests as cm
6+
67

78
def test_namespace_visibility():
8-
del cm # Unused.
9+
assert cm.__doc__ is not None
910
modules = (
1011
namespace_visibility_1,
1112
namespace_visibility_2,

0 commit comments

Comments
 (0)