Skip to content

Commit

Permalink
Split TestCase into TestEvents and ShowEventsExamples.
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Dec 6, 2024
1 parent e3cbc62 commit 262747b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion comtypes/test/test_comserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +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, verbose=False, optionflags=doctest.ELLIPSIS
)


class ShowEventsExamples:
# The following functions are never called, they only contain doctests:

def ShowEventsFloat(self):
Expand Down

0 comments on commit 262747b

Please sign in to comment.