We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f521f17 commit c431810Copy full SHA for c431810
1 file changed
python2/runner/path_to_enlightenment.py
@@ -65,6 +65,7 @@ def koans():
65
suite.addTests(loader.loadTestsFromTestCase(AboutExceptions))
66
suite.addTests(loader.loadTestsFromTestCase(AboutTriangleProject2))
67
suite.addTests(loader.loadTestsFromTestCase(AboutIteration))
68
+ suite.addTests(loader.loadTestsFromTestCase(AboutComprehension))
69
suite.addTests(loader.loadTestsFromTestCase(AboutGenerators))
70
suite.addTests(loader.loadTestsFromTestCase(AboutLambdas))
71
suite.addTests(loader.loadTestsFromTestCase(AboutScoringProject))
0 commit comments