Skip to content

Commit

Permalink
Re-export TestLoader and TestRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Nov 2, 2023
1 parent 9d45c0e commit 43bc6c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion com/win32com/test/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 43bc6c6

Please sign in to comment.