beets/test
2016-06-23 04:40:18 -04:00
..
rsrc move spotify test json to json files 2016-06-14 21:51:27 -04:00
__init__.py add missing division future imports 2016-04-16 18:33:54 +02:00
_common.py introduce a PLUGINPATH attr to _common test 2016-06-11 03:00:43 -04:00
helper.py use StringIO from six 2016-06-23 04:40:18 -04:00
lyrics_download_samples.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_art.py fetchart: testcase for wrong server-side extensions (#2053) 2016-06-21 02:30:20 +02:00
test_autotag.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_bucket.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_config_command.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_convert.py bytestring normalization 2016-06-13 05:39:09 -04:00
test_datequery.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_dbcore.py use renamed test assertions from six 2016-06-23 04:40:18 -04:00
test_edit.py fix the rest of b'__main__': 2016-05-30 01:11:37 -04:00
test_embedart.py complete more bytestrings in test_embedart 2016-06-15 00:10:01 -04:00
test_embyupdate.py fix the rest of b'__main__': 2016-05-30 01:11:37 -04:00
test_fetchart.py remove an unnecessary b' in test_fetchart 2016-06-17 05:26:21 -04:00
test_filefilter.py bytestring normalization 2016-06-13 05:39:09 -04:00
test_files.py bytestring normalization 2016-06-13 05:39:09 -04:00
test_ftintitle.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_hidden.py Fix another sys.platform check 2016-06-06 11:51:32 -07:00
test_hook.py fix the rest of b'__main__': 2016-05-30 01:11:37 -04:00
test_ihate.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_importadded.py bytestring normalization 2016-06-13 05:39:09 -04:00
test_importer.py use StringIO from six 2016-06-23 04:40:18 -04:00
test_importfeeds.py Fix a hard-coded path separator in a test 2016-06-08 10:23:35 -07:00
test_info.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_ipfs.py bytestring normalization 2016-06-13 05:39:09 -04:00
test_keyfinder.py Fix KeyFinder test assertion 2016-06-06 12:17:17 -07:00
test_lastgenre.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_library.py compare bytes to bytes in library TemplateTest 2016-06-16 23:18:24 -04:00
test_logging.py use StringIO from six 2016-06-23 04:40:18 -04:00
test_lyrics.py bytestringify test_lyrics 2016-06-16 21:34:52 -04:00
test_mb.py remove unneeded bytes casting from test_mb 2016-06-12 18:03:08 -04:00
test_mbsubmit.py fix the rest of b'__main__': 2016-05-30 01:11:37 -04:00
test_mbsync.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_mediafile.py use renamed test assertions from six 2016-06-23 04:40:18 -04:00
test_mediafile_edge.py bytestring normalization 2016-06-13 05:39:09 -04:00
test_metasync.py mark itunes library files as bytestrings 2016-06-17 01:40:16 -04:00
test_mpdstats.py Portable paths in mpdstats tests 2016-06-08 12:59:45 -07:00
test_permissions.py treat filenames as bytestrings in perm plugin tests 2016-06-14 01:29:35 -04:00
test_pipeline.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_play.py bytestring normalization 2016-06-13 05:39:09 -04:00
test_player.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_plexupdate.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_plugins.py bytestring normalization 2016-06-13 05:39:09 -04:00
test_query.py bytestringify touch call in PathQueryTest 2016-06-17 02:00:20 -04:00
test_replaygain.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_smartplaylist.py more bytecasting in smartplaylist plugin 2016-06-15 23:55:17 -04:00
test_sort.py add some b' to paths in sort tests 2016-06-02 18:52:32 -04:00
test_spotify.py use urllib from six.moves 2016-06-23 04:40:18 -04:00
test_template.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_the.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_thumbnails.py more bytestringification in thumbnails plugin 2016-06-16 23:11:16 -04:00
test_types_plugin.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_ui.py Fix #2063: properly decode format CLI argument 2016-06-21 15:15:24 -07:00
test_ui_commands.py bytestring normalization 2016-06-13 05:39:09 -04:00
test_ui_importer.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_ui_init.py fix the rest of b'__main__': 2016-05-30 01:11:37 -04:00
test_util.py fix the rest of b'__main__': 2016-05-30 01:11:37 -04:00
test_vfs.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_web.py use renamed test assertions from six 2016-06-23 04:40:18 -04:00
test_zero.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
testall.py Tests: don't unload the beetsplug module 2016-06-02 11:41:25 -07:00