wordofglass
|
8169983074
|
fix translation of the old remote_priority option for fetchart, add a test
|
2016-04-17 21:18:31 +02:00 |
|
Adrian Sampson
|
3fb2185925
|
Merge pull request #1898 from beetbox/flake8-future-import
Add __future__ import style checker
|
2016-04-16 15:24:46 -07:00 |
|
wordofglass
|
0f89f17227
|
add missing division future imports
|
2016-04-16 18:33:54 +02:00 |
|
wordofglass
|
9ce10c2fda
|
Merge branch 'master' into fetchart_unify_sources,
i.e. adapt the fanart.tv source
|
2016-04-16 13:34:46 +02:00 |
|
wordofglass
|
0cfddfaa8a
|
add missing absolute_import future imports
|
2016-04-16 02:28:54 +02:00 |
|
wordofglass
|
6b43e1204f
|
add missing print_function future imports
|
2016-04-16 01:53:39 +02:00 |
|
wordofglass
|
7bec3b9de5
|
fanart.tv tests, mostly copied and pasted from the google tests
|
2016-04-15 14:56:14 +02:00 |
|
wordofglass
|
98d5aa4a13
|
fetchart: remove unused import
|
2016-04-14 16:56:45 +02:00 |
|
wordofglass
|
7322e212a4
|
fetchart: adapt test to earlier config read
|
2016-04-14 16:49:06 +02:00 |
|
wordofglass
|
de3e91db87
|
fetchart: fix tests providing album=None
|
2016-04-14 15:25:10 +02:00 |
|
wordofglass
|
1cc4d11baf
|
Fetchart: fix tests and fetachart logic
|
2016-04-13 22:56:18 +02:00 |
|
wordofglass
|
a4994d2bf8
|
fetchart: fix more tests
|
2016-04-06 01:36:32 +02:00 |
|
wordofglass
|
bc877a6d7f
|
fetchart: fix tests (mostly pep8, syntax)
|
2016-04-06 01:19:44 +02:00 |
|
wordofglass
|
bbc06e9de9
|
fetchart: Adapt ArtForAlbumTest
|
2016-04-05 23:24:30 +02:00 |
|
wordofglass
|
206a88caff
|
fetchart: Adapt ArtImporterTest
|
2016-04-05 22:43:17 +02:00 |
|
wordofglass
|
4b4a0e8bd3
|
fetchart: Adapt AAOTest, GoogleImageTest
|
2016-04-05 21:52:30 +02:00 |
|
wordofglass
|
02892a41aa
|
fetchart: Adapt CombinedTest
|
2016-04-05 21:34:58 +02:00 |
|
Adrian Sampson
|
cb498e0772
|
Fix tests for #1927 fix
|
2016-04-03 17:50:18 -04:00 |
|
wordofglass
|
31aff68150
|
fetchart: Adapt FetchImageTest, FSArtTest
|
2016-03-25 16:25:00 +01:00 |
|
Adrian Sampson
|
eac7d64545
|
Merge branch 'master' into no_unicode_literals
|
2016-02-28 15:21:43 -08:00 |
|
Adrian Sampson
|
e54c7eec3d
|
Standardize __future__ imports without parentheses
Since the list is short enough now, we don't need parentheses for the line
wrap. This is a little less ugly.
|
2016-02-28 15:03:51 -08:00 |
|
Adrian Sampson
|
1478ba734f
|
__repr__ and __str__ return "native" strings
|
2016-02-28 14:27:39 -08:00 |
|
Adrian Sampson
|
c16201a795
|
Keep raw literals for regular expressions
|
2016-02-28 14:10:11 -08:00 |
|
Adrian Sampson
|
48659c5df4
|
Fix #1896 (bungled fix to #1895)
|
2016-02-28 13:37:01 -08:00 |
|
Markus Unterwaditzer
|
a07b98ad24
|
Fix leftover literals
|
2016-02-28 19:21:59 +01:00 |
|
Peter Kessen
|
b6e0696041
|
Removed unicode_literals from test_ui
* nosetests ´test.test_ui´ fails for two tests
|
2016-02-28 13:47:22 +01:00 |
|
Peter Kessen
|
df7241ecce
|
Removed unicode_literals from test_importer
|
2016-02-28 13:37:13 +01:00 |
|
Peter Kessen
|
07a225992d
|
Removed unicode_literals from test_play
|
2016-02-28 13:24:13 +01:00 |
|
Peter Kessen
|
3b4bf17d1a
|
Removed unicode_literals from test_vfs
|
2016-02-28 13:06:18 +01:00 |
|
Peter Kessen
|
92a9c6ff50
|
Removed unicode_literals from test_library
|
2016-02-28 13:04:47 +01:00 |
|
Peter Kessen
|
ad073652c2
|
Removed unicode_literals from test_thumbnails
|
2016-02-28 12:50:36 +01:00 |
|
Peter Kessen
|
ccc61a638e
|
Removed unicode_literals from test_util
|
2016-02-25 07:53:20 +01:00 |
|
Peter Kessen
|
6ec70d6519
|
Removed unicode_literals from test_ui_importer
|
2016-02-25 07:52:52 +01:00 |
|
Peter Kessen
|
b4e7f7c80c
|
Removed unicode_literals from test_template
|
2016-02-25 07:44:29 +01:00 |
|
Peter Kessen
|
47e5d15a78
|
Removed unicode_literals from test_smartplaylist
|
2016-02-25 07:43:12 +01:00 |
|
Peter Kessen
|
27c6c3d6da
|
Removed unicode_literals from test_replaygain
|
2016-02-25 07:38:38 +01:00 |
|
Peter Kessen
|
867dafea91
|
Removed unicode_literals form test_sort
|
2016-02-25 07:36:21 +01:00 |
|
Peter Kessen
|
e1890f836e
|
Removed unicode_literals from test_types_plugin
|
2016-02-25 07:27:08 +01:00 |
|
Peter Kessen
|
f33d922898
|
Removed unicode_literals from test_query
|
2016-02-24 18:24:29 +01:00 |
|
Peter Kessen
|
a3138177e6
|
Removed unicode_literals from test_spotify
|
2016-02-24 18:08:23 +01:00 |
|
Peter Kessen
|
be8feedfe6
|
Removed unicode_literals from test_plugins
|
2016-02-24 07:49:18 +01:00 |
|
Peter Kessen
|
04e6377c1f
|
Removed unicode_literals from test_plexupdate
|
2016-02-24 07:40:08 +01:00 |
|
Peter Kessen
|
a77d3207cf
|
Removed unicode_literals from test_player
|
2016-02-24 07:39:52 +01:00 |
|
Peter Kessen
|
945c4e201d
|
Removed unicode_literals form test_pipeline
|
2016-02-24 07:36:23 +01:00 |
|
Peter Kessen
|
9fffd26267
|
Removed unicode_literals from test_permissions
|
2016-02-24 07:35:11 +01:00 |
|
Peter Kessen
|
495de652a7
|
Removed unicode_literals from test_mpdstats
|
2016-02-24 07:33:34 +01:00 |
|
Peter Kessen
|
fe1e8b5687
|
Removed unicode_literals from test_mediafile_edge
|
2016-02-24 07:32:10 +01:00 |
|
Peter Kessen
|
6b6600d1dd
|
Removed unicode_literals from test_zero
|
2016-02-23 18:37:50 +01:00 |
|
Peter Kessen
|
00a8ffe49b
|
Removed unicode_literals from test_mediafile
|
2016-02-23 18:35:14 +01:00 |
|
Peter Kessen
|
2ac27e72a6
|
Removed unicode_literals from test_mbsync
|
2016-02-23 18:30:23 +01:00 |
|