mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Test SystemEvents too.
This commit is contained in:
parent
ee24e9cad0
commit
a95eab5920
1 changed files with 4 additions and 1 deletions
|
@ -26,6 +26,9 @@ class TestScriptpackages(unittest.TestCase):
|
|||
def test_StdSuites(self):
|
||||
self._test_scriptpackage('StdSuites')
|
||||
|
||||
def test_SystemEvents(self):
|
||||
self._test_scriptpackage('SystemEvents')
|
||||
|
||||
def test_Finder(self):
|
||||
self._test_scriptpackage('Finder')
|
||||
|
||||
|
@ -39,7 +42,7 @@ class TestScriptpackages(unittest.TestCase):
|
|||
self._test_scriptpackage('Explorer')
|
||||
|
||||
def test_CodeWarrior(self):
|
||||
self._test_scriptpackage('CodeWarrior')
|
||||
self._test_scriptpackage('CodeWarrior')
|
||||
|
||||
def test_main():
|
||||
test_support.run_unittest(TestScriptpackages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue