File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2121from koans .about_exceptions import AboutExceptions
2222from koans .about_triangle_project2 import AboutTriangleProject2
2323from koans .about_iteration import AboutIteration
24+ from koans .about_comprehention import AboutComprehention
2425from koans .about_generators import AboutGenerators
2526from koans .about_lambdas import AboutLambdas
2627from 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 ))
You can’t perform that action at this time.
0 commit comments