Skip to content

Commit c431810

Browse files
committed
Added new comprehention test to main runner
1 parent f521f17 commit c431810

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python2/runner/path_to_enlightenment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def koans():
6565
suite.addTests(loader.loadTestsFromTestCase(AboutExceptions))
6666
suite.addTests(loader.loadTestsFromTestCase(AboutTriangleProject2))
6767
suite.addTests(loader.loadTestsFromTestCase(AboutIteration))
68+
suite.addTests(loader.loadTestsFromTestCase(AboutComprehension))
6869
suite.addTests(loader.loadTestsFromTestCase(AboutGenerators))
6970
suite.addTests(loader.loadTestsFromTestCase(AboutLambdas))
7071
suite.addTests(loader.loadTestsFromTestCase(AboutScoringProject))

0 commit comments

Comments
 (0)