more pytest POC + fixed debugger code + test FunctionHXBP

This commit is contained in:
Clement Rouault
2017-09-07 17:13:59 +02:00
parent 89e486cd95
commit 7db5620210
7 changed files with 57 additions and 53 deletions
+5
View File
@@ -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):