beets/test
tummychow e848adab04 Implement from_scratch option
Fixes #934, and also helps with #1173.
2017-12-07 14:46:40 -05:00
..
rsrc Complete set of __future__ imports 2017-06-14 19:08:27 -04:00
__init__.py add missing division future imports 2016-04-16 18:33:54 +02:00
_common.py Ensure mtime is non-zero for Items in test fixtures. 2017-08-22 23:24:33 +02:00
helper.py Implement album merging for duplicates 2017-11-01 02:00:48 +05:30
lyrics_download_samples.py s/utf8/utf-8/ in all encoding/decoding contexts 2016-09-06 23:10:24 -04:00
test_acousticbrainz.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_art.py Modified the name of the fetchart plugin switch from missing to quiet 2017-09-05 18:27:47 +02:00
test_autotag.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_bucket.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_config_command.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_convert.py Fixed E501 and E305 PEP8 errors 2017-04-04 09:08:30 +02:00
test_datequery.py Merge branch 'relativedate' 2017-06-15 08:59:43 +02:00
test_dbcore.py Fix some brittle query tests 2017-06-20 15:56:33 -04:00
test_discogs.py Merge remote-tracking branch 'upstream/master' into discogs-relax-assumptions 2016-12-30 10:42:50 +01:00
test_edit.py Merge pull request #2668 from wordofglass/edit_logic 2017-08-25 15:52:40 +02:00
test_embedart.py updated to pass pep8 checks 2017-10-07 21:28:33 -07:00
test_embyupdate.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_fetchart.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_filefilter.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_files.py Refactored move functions for clarity according to #2682 2017-09-11 17:03:44 +02:00
test_ftintitle.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_hidden.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_hook.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_ihate.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_importadded.py Add option to hardlink when importing 2017-02-19 15:56:13 -06:00
test_importer.py Implement from_scratch option 2017-12-07 14:46:40 -05:00
test_importfeeds.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_info.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_ipfs.py Fix ipfs test to sort items in order 2017-06-20 16:19:31 -04:00
test_keyfinder.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_lastgenre.py Here, flake8, be happy. 2017-06-02 16:27:49 +01:00
test_library.py change no-bracket argument from white space to empty 2017-01-20 22:47:47 -05:00
test_logging.py Replace blind excepts with generic Exception excepts in tests 2017-04-29 00:12:14 +02:00
test_lyrics.py add tests for slug function, failing 2017-07-18 16:32:47 -04:00
test_mb.py Use flexible attribute for track_alt 2017-01-10 21:01:36 -05:00
test_mbsubmit.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_mbsync.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_mediafile.py r128 gain tags in mediafile test 2017-05-17 21:41:12 +02:00
test_mediafile_edge.py mediafile._safe_cast: be safer when converting to int 2017-11-19 09:21:07 +01:00
test_metasync.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_mpdstats.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_permissions.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_pipeline.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_play.py rename --force to --yes in play plugin 2017-04-19 10:51:44 -07:00
test_player.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_plexupdate.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_plugin_mediafield.py Add missing unittest suite declaration (#2389) 2017-01-14 17:33:36 -08:00
test_plugins.py Revert "Fix tests for new prompt order" 2016-12-28 14:33:11 -05:00
test_query.py Fix some brittle query tests 2017-06-20 15:56:33 -04:00
test_replaygain.py Replace blind excepts with generic Exception excepts in tests 2017-04-29 00:12:14 +02:00
test_smartplaylist.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_sort.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_spotify.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_template.py Fix #2562: avoid crash with newlines in templates 2017-05-16 14:00:10 -04:00
test_the.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_thumbnails.py Test updates for #2466 fix 2017-03-03 12:10:26 -06:00
test_types_plugin.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_ui.py Refactored move functions for clarity according to #2682 2017-09-11 17:03:44 +02:00
test_ui_commands.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_ui_importer.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_ui_init.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_util.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_vfs.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00
test_web.py Maybe fix code and tests for Windows 2017-01-15 11:21:59 -08:00
test_zero.py add confirmation for empty query 2016-12-26 14:13:01 -06:00
testall.py Undo from _common import unittest indirection 2016-11-26 18:46:44 -05:00