Skip to content

Commit

Permalink
Fix the classloading test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 authored Jun 7, 2024
1 parent 4e34223 commit 3d9f8de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_aclassloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
def setup_module(mod):
setup_make("example01")


class TestACLASSLOADER:

def setup_class(cls):
cls.test_dct = test_dct
import cppyy
cls.example01 = cppyy.load_reflection_info(cls.test_dct)

@mark.xfail
def test01_class_autoloading(self):
"""Test whether a class can be found through .rootmap."""
"""Test whether a class can be found"""
import cppyy
example01_class = cppyy.gbl.example01
assert example01_class
Expand Down

0 comments on commit 3d9f8de

Please sign in to comment.