aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-05-14 20:46:33 +0600
committerSergey M․ <dstftw@gmail.com>2016-05-14 20:46:33 +0600
commit364cf465dd53e8006f5523c348f127f8df657bc3 (patch)
tree23eb29fa92a828fd7437c2f422e8c34d1198b789 /test/test_utils.py
parentca950f49e909baf6672034ffc2c1c2ee7133cf23 (diff)
downloadyoutube-dl-364cf465dd53e8006f5523c348f127f8df657bc3.zip
youtube-dl-364cf465dd53e8006f5523c348f127f8df657bc3.tar.gz
youtube-dl-364cf465dd53e8006f5523c348f127f8df657bc3.tar.bz2
[test_utils] PEP 8
Diffstat (limited to 'test/test_utils.py')
-rw-r--r--test/test_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_utils.py b/test/test_utils.py
index 26f66bf..520d32f 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'})