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 28937d3 commit 40b0611Copy full SHA for 40b0611
Lib/test/test_ctypes/test_errno.py
@@ -47,7 +47,7 @@ def _worker():
47
set_errno(0)
48
49
@unittest.skipUnless(os.name == "nt", 'Test specific to Windows')
50
- def test_GetLastError(self):
+ def test_get_last_error(self):
51
dll = ctypes.WinDLL("kernel32", use_last_error=True)
52
GetModuleHandle = dll.GetModuleHandleA
53
GetModuleHandle.argtypes = [c_wchar_p]
0 commit comments