Skip to content

Commit 04e90b6

Browse files
committed
Added new comprehention test to main runner
1 parent aa2fc20 commit 04e90b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python3/runner/path_to_enlightenment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from koans.about_exceptions import AboutExceptions
2222
from koans.about_triangle_project2 import AboutTriangleProject2
2323
from koans.about_iteration import AboutIteration
24+
from koans.about_comprehention import AboutComprehention
2425
from koans.about_generators import AboutGenerators
2526
from koans.about_lambdas import AboutLambdas
2627
from koans.about_scoring_project import AboutScoringProject
@@ -63,6 +64,7 @@ def koans():
6364
suite.addTests(loader.loadTestsFromTestCase(AboutExceptions))
6465
suite.addTests(loader.loadTestsFromTestCase(AboutTriangleProject2))
6566
suite.addTests(loader.loadTestsFromTestCase(AboutIteration))
67+
suite.addTests(loader.loadTestsFromTestCase(AboutComprehention))
6668
suite.addTests(loader.loadTestsFromTestCase(AboutGenerators))
6769
suite.addTests(loader.loadTestsFromTestCase(AboutLambdas))
6870
suite.addTests(loader.loadTestsFromTestCase(AboutScoringProject))

0 commit comments

Comments
 (0)