diff --git a/python2/runner/path_to_enlightenment.py b/python2/runner/path_to_enlightenment.py index a81faa4d4..21758bcec 100644 --- a/python2/runner/path_to_enlightenment.py +++ b/python2/runner/path_to_enlightenment.py @@ -88,5 +88,6 @@ def koans(): suite.addTests(loader.loadTestsFromTestCase(AboutProxyObjectProject)) suite.addTests(loader.loadTestsFromTestCase(TelevisionTest)) suite.addTests(loader.loadTestsFromTestCase(AboutExtraCredit)) + suite.addTests(loader.loadTestsFromTestCase(AboutRegex)) return suite