diff --git a/comtypes/test/test_comserver.py b/comtypes/test/test_comserver.py index e7e9636b6..99d93ebf5 100644 --- a/comtypes/test/test_comserver.py +++ b/comtypes/test/test_comserver.py @@ -156,12 +156,16 @@ def create_object(self): ) -class TestCase(unittest.TestCase): +class TestEvents(unittest.TestCase): def test(self): import comtypes.test.test_comserver - doctest.testmod(comtypes.test.test_comserver, optionflags=doctest.ELLIPSIS) + doctest.testmod( + comtypes.test.test_comserver, verbose=False, optionflags=doctest.ELLIPSIS + ) + +class ShowEventsExamples: # The following functions are never called, they only contain doctests: def ShowEventsFloat(self):