Просмотр исходного кода

I hope Python 2.7 is now supported again

Had complained about:

SyntaxError: Non-ASCII character '\xe2' in file /home/travis/build/sh4nks/flaskbb/tests/unit/utils/test_populate.py on line 130, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
Toshiki Wulf 7 лет назад
Родитель
Сommit
912a7d1989
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      tests/unit/utils/test_populate.py

+ 2 - 2
tests/unit/utils/test_populate.py

@@ -127,7 +127,7 @@ def test_update_settings_from_fixture(database):
             'settings': (
                 # change value
                 ('monty_python', {
-                    'value': "And now for something completely different",
+                    'value': "And now for something completely different...",
                     'value_type': "string",
                     'name': "Monty Python",
                     'description': "A random quote from Monty Python.",
@@ -165,7 +165,7 @@ def test_update_settings_from_fixture(database):
             'settings': (
                 # change value
                 ('monty_python_reborn', {
-                    'value': "And now for something completely different",
+                    'value': "And now for something completely different...",
                     'value_type': "string",
                     'name': "Monty Python",
                     'description': "A random quote from Monty Python.",