projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca950f4
)
[test_utils] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Sat, 14 May 2016 14:46:33 +0000
(20:46 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 14 May 2016 14:46:33 +0000
(20:46 +0600)
test/test_utils.py
patch
|
blob
|
history
diff --git
a/test/test_utils.py
b/test/test_utils.py
index 26f66bff644589d04381339260aa64718d9390d4..520d32ff505e66bc577004440a4082bc643d5249 100644
(file)
--- 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'})