diff options
| author | Steve Piercy <web@stevepiercy.com> | 2020-09-30 13:38:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-30 13:38:05 -0700 |
| commit | ee7ca28cc51cf40d1190144834704e287c9fc72d (patch) | |
| tree | 3080c5cfe5d1cd6d536f42e1c94876706492dc27 /tests/test_util.py | |
| parent | 6116c6c8be01909724127b055be633c53c4782fc (diff) | |
| parent | 54fa9aa7ac255aa262cca9fd601b35f2605ea13e (diff) | |
| download | pyramid-ee7ca28cc51cf40d1190144834704e287c9fc72d.tar.gz pyramid-ee7ca28cc51cf40d1190144834704e287c9fc72d.tar.bz2 pyramid-ee7ca28cc51cf40d1190144834704e287c9fc72d.zip | |
Merge pull request #3616 from Pylons/blackify-master
Blackify for v20.8b1
Diffstat (limited to 'tests/test_util.py')
| -rw-r--r-- | tests/test_util.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_util.py b/tests/test_util.py index cb5fd8185..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) |
