mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
more pytest POC + fixed debugger code + test FunctionHXBP
This commit is contained in:
@@ -63,8 +63,13 @@ class TestCurrentProcessWithCheckGarbage(object):
|
||||
assert isinstance(token.integrity, (int, long))
|
||||
assert isinstance(token.is_elevated, (bool))
|
||||
|
||||
@check_for_handle_leak
|
||||
def test_yolo(proc32_64):
|
||||
print(proc32_64)
|
||||
print(proc32_64.handle)
|
||||
|
||||
|
||||
@check_for_handle_leak
|
||||
@check_for_gc_garbage
|
||||
class TestProcessWithCheckGarbage(object):
|
||||
def test_pop_proc_32(self, proc32):
|
||||
|
||||
Reference in New Issue
Block a user