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 21
21
from koans .about_exceptions import AboutExceptions
22
22
from koans .about_triangle_project2 import AboutTriangleProject2
23
23
from koans .about_iteration import AboutIteration
24
+ from koans .about_comprehention import AboutComprehention
24
25
from koans .about_generators import AboutGenerators
25
26
from koans .about_lambdas import AboutLambdas
26
27
from koans .about_scoring_project import AboutScoringProject
@@ -63,6 +64,7 @@ def koans():
63
64
suite .addTests (loader .loadTestsFromTestCase (AboutExceptions ))
64
65
suite .addTests (loader .loadTestsFromTestCase (AboutTriangleProject2 ))
65
66
suite .addTests (loader .loadTestsFromTestCase (AboutIteration ))
67
+ suite .addTests (loader .loadTestsFromTestCase (AboutComprehention ))
66
68
suite .addTests (loader .loadTestsFromTestCase (AboutGenerators ))
67
69
suite .addTests (loader .loadTestsFromTestCase (AboutLambdas ))
68
70
suite .addTests (loader .loadTestsFromTestCase (AboutScoringProject ))
You can’t perform that action at this time.
0 commit comments