Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test class name
  • Loading branch information
colesbury committed Dec 8, 2023
commit eaf30204b31b48a6a48e16b5054364d92a833d5a
2 changes: 1 addition & 1 deletion Lib/test/test_capi/test_mem.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class PyMemPymallocDebugTests(PyMemDebugTests):


@unittest.skipUnless(support.with_mimalloc(), 'need mimaloc')
class PyMemMallocDebugTests(PyMemDebugTests):
class PyMemMimallocDebugTests(PyMemDebugTests):
PYTHONMALLOC = 'mimalloc_debug'


Expand Down