We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ded55 commit 421c28bCopy full SHA for 421c28b
python2/runner/path_to_enlightenment.py
@@ -88,5 +88,6 @@ def koans():
88
suite.addTests(loader.loadTestsFromTestCase(AboutProxyObjectProject))
89
suite.addTests(loader.loadTestsFromTestCase(TelevisionTest))
90
suite.addTests(loader.loadTestsFromTestCase(AboutExtraCredit))
91
+ suite.addTests(loader.loadTestsFromTestCase(AboutRegex))
92
93
return suite
0 commit comments