From 43bc6c6ccbe48b07f9e3585311b8bc6f215cdfb2 Mon Sep 17 00:00:00 2001 From: Avasam Date: Wed, 1 Nov 2023 21:12:08 -0400 Subject: [PATCH] Re-export TestLoader and TestRunner --- com/win32com/test/util.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/com/win32com/test/util.py b/com/win32com/test/util.py index e3af4a0af7..d802ec586f 100644 --- a/com/win32com/test/util.py +++ b/com/win32com/test/util.py @@ -12,7 +12,11 @@ import win32com import winerror from pythoncom import _GetGatewayCount, _GetInterfaceCount -from pywin32_testutil import LeakTestCase +from pywin32_testutil import ( + LeakTestCase, + TestLoader as TestLoader, + TestRunner as TestRunner, +) def newer(source, target):