Skip to content

Commit

Permalink
add one more check in test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Sep 6, 2017
1 parent 9d98861 commit 4d14ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_fragile.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def fail_import():
assert cppyy.gbl.fragile.nested1 is nested1
assert nested1.__name__ == 'nested1'
assert nested1.__module__ == 'cppyy.gbl.fragile'
assert nested1.__cppname__ == 'fragile'

from cppyy.gbl.fragile.nested1 import A, nested2
assert cppyy.gbl.fragile.nested1.A is A
Expand Down

0 comments on commit 4d14ba3

Please sign in to comment.