beets/test
Adrian Sampson 71b9fd785c Revert "Do __name__ comparison with bytes and not unicode"
This reverts commit 9c41c39913.
That commit used byte strings for the `if __name__ == '__main__'` pattern,
which was necessary when we were doing unicode_literals. But it is wrong on
Python 3, and now that we're liberated from unicode_literals, we need to go
back to native strings for this comparison.
2016-05-29 19:19:59 -07:00
..
rsrc Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
__init__.py add missing division future imports 2016-04-16 18:33:54 +02:00
_common.py remove unittest2 import (py < 2.7) 2016-05-27 23:46:33 -04:00
helper.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08: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 Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07: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 Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_datequery.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_dbcore.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_echonest.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_edit.py Update code to match pep8 naming standards 2016-04-27 20:15:10 +01:00
test_embedart.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_embyupdate.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
test_fetchart.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_filefilter.py add missing division future imports 2016-04-16 18:33:54 +02:00
test_files.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07: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 tempfile spelling in hidden test 2016-05-06 00:55:29 +01:00
test_hook.py Remove unicode_literals from __future__ imports 2016-04-18 16:00:13 +01:00
test_ihate.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_importadded.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_importer.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_importfeeds.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -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 add missing division future imports 2016-04-16 18:33:54 +02:00
test_keyfinder.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -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 Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_logging.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_lyrics.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_mb.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_mbsubmit.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
test_mbsync.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_mediafile.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_mediafile_edge.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_metasync.py add missing division future imports 2016-04-16 18:33:54 +02:00
test_mpdstats.py Update code to match pep8 naming standards 2016-04-27 20:15:10 +01:00
test_permissions.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_pipeline.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_play.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08: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 Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_query.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_replaygain.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_smartplaylist.py Update code to match pep8 naming standards 2016-04-27 20:15:10 +01:00
test_sort.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_spotify.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07: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 Stylefixes 2016-05-28 00:26:57 +02: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 Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_ui_commands.py add missing division future imports 2016-04-16 18:33:54 +02: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 add missing division future imports 2016-04-16 18:33:54 +02:00
test_util.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
test_vfs.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_web.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
test_zero.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00
testall.py Revert "Do __name__ comparison with bytes and not unicode" 2016-05-29 19:19:59 -07:00