diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-05-14 20:46:33 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-05-14 20:46:33 +0600 |
commit | 364cf465dd53e8006f5523c348f127f8df657bc3 (patch) | |
tree | 23eb29fa92a828fd7437c2f422e8c34d1198b789 /test/test_utils.py | |
parent | ca950f49e909baf6672034ffc2c1c2ee7133cf23 (diff) |
[test_utils] PEP 8
Diffstat (limited to 'test/test_utils.py')
-rw-r--r-- | test/test_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_utils.py b/test/test_utils.py index 26f66bff6..520d32ff5 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -670,7 +670,6 @@ class TestUtil(unittest.TestCase): on = js_to_json('{42:42}') self.assertEqual(json.loads(on), {'42': 42}) - def test_extract_attributes(self): self.assertEqual(extract_attributes('<e x="y">'), {'x': 'y'}) self.assertEqual(extract_attributes("<e x='y'>"), {'x': 'y'}) |