tests/misc.py

changeset 71
4e24867a0110
parent 70
2453681c6a69
child 74
831d9f81a48c
--- a/tests/misc.py	Sun Jun 23 00:05:59 2019 +0300
+++ b/tests/misc.py	Sun Jun 23 00:07:55 2019 +0300
@@ -114,7 +114,7 @@
 @problem_type('keywords-for-nonparts',
     severity = 'warning',
     message = lambda type: str.format(
-        'Keywords are not allowed for {type} files',
+        'keywords are not allowed for {type} files',
         type = type,
     ),
 )
@@ -130,11 +130,11 @@
 
 @problem_type('bad-colour-24-nonline',
     severity = 'hold',
-    message = 'Colour 24 used on non-lines',
+    message = 'colour 24 used on non-lines',
 )
 @problem_type('bad-colour-24-line',
     severity = 'hold',
-    message = 'Line with colour other than 24',
+    message = 'line with colour other than 24',
 )
 def colour_24_test(model):
     for element in model.body:

mercurial