summaryrefslogtreecommitdiff
path: root/tests/test_scripts/test_ptweens.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-15 02:42:09 -0500
committerMichael Merickel <michael@merickel.org>2018-10-15 09:24:07 -0500
commit10ddb6f08592c2740b966e98a6f98a5b83af1896 (patch)
tree2e90443b3d8503ac722aa22f52f18f5108498560 /tests/test_scripts/test_ptweens.py
parent4d838f06d0e6d27e34b766fc5c34a8283ff31b38 (diff)
downloadpyramid-10ddb6f08592c2740b966e98a6f98a5b83af1896.tar.gz
pyramid-10ddb6f08592c2740b966e98a6f98a5b83af1896.tar.bz2
pyramid-10ddb6f08592c2740b966e98a6f98a5b83af1896.zip
fix lint on tests
Diffstat (limited to 'tests/test_scripts/test_ptweens.py')
-rw-r--r--tests/test_scripts/test_ptweens.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_scripts/test_ptweens.py b/tests/test_scripts/test_ptweens.py
index a7fe6f651..ee50887f6 100644
--- a/tests/test_scripts/test_ptweens.py
+++ b/tests/test_scripts/test_ptweens.py
@@ -48,7 +48,8 @@ class TestPTweensCommand(unittest.TestCase):
self.assertEqual(result, 0)
self.assertEqual(
L[0],
- '"pyramid.tweens" config value set (explicitly ordered tweens used)',
+ '"pyramid.tweens" config value set (explicitly ordered tweens '
+ 'used)',
)
def test__get_tweens(self):