File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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
+ from koans .about_comprehension import AboutComprehension
25
25
from koans .about_generators import AboutGenerators
26
26
from koans .about_lambdas import AboutLambdas
27
27
from koans .about_scoring_project import AboutScoringProject
@@ -64,7 +64,7 @@ def koans():
64
64
suite .addTests (loader .loadTestsFromTestCase (AboutExceptions ))
65
65
suite .addTests (loader .loadTestsFromTestCase (AboutTriangleProject2 ))
66
66
suite .addTests (loader .loadTestsFromTestCase (AboutIteration ))
67
- suite .addTests (loader .loadTestsFromTestCase (AboutComprehention ))
67
+ suite .addTests (loader .loadTestsFromTestCase (AboutComprehension ))
68
68
suite .addTests (loader .loadTestsFromTestCase (AboutGenerators ))
69
69
suite .addTests (loader .loadTestsFromTestCase (AboutLambdas ))
70
70
suite .addTests (loader .loadTestsFromTestCase (AboutScoringProject ))
You can’t perform that action at this time.
0 commit comments