diff options
Diffstat (limited to 'tests/test_util.py')
| -rw-r--r-- | tests/test_util.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_util.py b/tests/test_util.py index 0fb975f66..bf4c08988 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -137,7 +137,7 @@ class Test_InstancePropertyHelper(unittest.TestCase): self.assertEqual(2, foo.x) def test_reset_reify(self): - """ This is questionable behavior, but may as well get notified + """This is questionable behavior, but may as well get notified if it changes.""" foo = Dummy() helper = self._getTargetClass() @@ -333,7 +333,7 @@ class Test_InstancePropertyMixin(unittest.TestCase): self.assertEqual(2, foo.x) def test_reset_reify(self): - """ This is questionable behavior, but may as well get notified + """This is questionable behavior, but may as well get notified if it changes.""" foo = self._makeOne() foo.set_property(lambda _: 1, name='x', reify=True) @@ -630,7 +630,7 @@ class TestTopologicalSorter(unittest.TestCase): ) def test_sorted_ordering_5(self): - from pyramid.util import LAST, FIRST + from pyramid.util import FIRST, LAST sorter = self._makeOne() add = sorter.add |
