Skip to content

Commit c7f798b

Browse files
committed
Fix CPyExtFunction test names
1 parent 09cef96 commit c7f798b

File tree

1 file changed

+1
-0
lines changed
  • graalpython/com.oracle.graal.python.test/src/tests/cpyext

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python.test/src/tests/cpyext/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ def __get__(self, instance, typ=None):
426426
return self
427427
else:
428428
CPyExtFunction.test.__name__ = self.name
429+
CPyExtFunction.test.__qualname__ = f'{CPyExtFunction.__name__}.test_{self.name}'
429430
return self.test
430431

431432

0 commit comments

Comments
 (0)