Commit a95eab59 authored by Jack Jansen's avatar Jack Jansen

Test SystemEvents too.

parent ee24e9ca
...@@ -26,6 +26,9 @@ class TestScriptpackages(unittest.TestCase): ...@@ -26,6 +26,9 @@ class TestScriptpackages(unittest.TestCase):
def test_StdSuites(self): def test_StdSuites(self):
self._test_scriptpackage('StdSuites') self._test_scriptpackage('StdSuites')
def test_SystemEvents(self):
self._test_scriptpackage('SystemEvents')
def test_Finder(self): def test_Finder(self):
self._test_scriptpackage('Finder') self._test_scriptpackage('Finder')
...@@ -39,7 +42,7 @@ class TestScriptpackages(unittest.TestCase): ...@@ -39,7 +42,7 @@ class TestScriptpackages(unittest.TestCase):
self._test_scriptpackage('Explorer') self._test_scriptpackage('Explorer')
def test_CodeWarrior(self): def test_CodeWarrior(self):
self._test_scriptpackage('CodeWarrior') self._test_scriptpackage('CodeWarrior')
def test_main(): def test_main():
test_support.run_unittest(TestScriptpackages) test_support.run_unittest(TestScriptpackages)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment