Skip to content

Commit 9265fcf

Browse files
committed
Merge pull request gregmalcolm#82 from Walkman/patch-1
AboutRegex missing from collector
2 parents 46208ed + 421c28b commit 9265fcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python2/runner/path_to_enlightenment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@ def koans():
8888
suite.addTests(loader.loadTestsFromTestCase(AboutProxyObjectProject))
8989
suite.addTests(loader.loadTestsFromTestCase(TelevisionTest))
9090
suite.addTests(loader.loadTestsFromTestCase(AboutExtraCredit))
91+
suite.addTests(loader.loadTestsFromTestCase(AboutRegex))
9192

9293
return suite

0 commit comments

Comments
 (0)