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 4e34223 commit 5ada8e7Copy full SHA for 5ada8e7
test/test_aclassloader.py
@@ -8,15 +8,15 @@
8
def setup_module(mod):
9
setup_make("example01")
10
11
-
12
class TestACLASSLOADER:
13
14
def setup_class(cls):
+ cls.test_dct = test_dct
15
import cppyy
16
+ cls.example01 = cppyy.load_reflection_info(cls.test_dct)
17
- @mark.xfail
18
def test01_class_autoloading(self):
19
- """Test whether a class can be found through .rootmap."""
+ """Test whether a class can be found"""
20
21
example01_class = cppyy.gbl.example01
22
assert example01_class
0 commit comments