| .. |
|
rsrc
|
Merge pull request #1247 from brunal/future
|
2015-01-26 17:02:07 -08:00 |
|
__init__.py
|
Make tests conform to PEP8
|
2014-09-09 22:31:46 +02:00 |
|
_common.py
|
Style fixes for pep8 1.6
|
2015-02-07 12:51:54 -08:00 |
|
helper.py
|
Offer verbose and very verbose modes
|
2015-02-10 17:13:15 +01:00 |
|
lyrics_download_samples.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_art.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_autotag.py
|
Importer metadata source is set as a field: tests
|
2015-02-11 10:14:56 +01:00 |
|
test_bucket.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_completion.sh
|
Add completion of plugin commands
|
2014-03-02 16:18:16 +01:00 |
|
test_config_command.py
|
Remove unused import
|
2015-02-17 17:23:02 -05:00 |
|
test_convert.py
|
Do __name__ comparison with bytes and not unicode
|
2015-01-20 12:03:57 +01:00 |
|
test_datequery.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_dbcore.py
|
Do __name__ comparison with bytes and not unicode
|
2015-01-20 12:03:57 +01:00 |
|
test_echonest.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_embedart.py
|
Fixed the flake8 check...
|
2015-02-15 19:50:11 +01:00 |
|
test_fetchart.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_filefilter.py
|
Remove redundant config rest in tests
|
2015-01-20 15:22:59 -08:00 |
|
test_files.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_ftintitle.py
|
Merge pull request #1183 from marcaddeo/refactor-ftintitle
|
2015-01-31 12:51:15 -08:00 |
|
test_ihate.py
|
Moved the regular expression file filter into a separate plugin.
|
2015-01-20 19:50:00 +01:00 |
|
test_importadded.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_importer.py
|
Importer metadata source is saved as flex attr
|
2015-02-15 17:46:00 +01:00 |
|
test_importfeeds.py
|
Merge pull request #1247 from brunal/future
|
2015-01-26 17:02:07 -08:00 |
|
test_info.py
|
Expose an Item's filesize as a field
|
2015-02-02 21:52:23 +01:00 |
|
test_keyfinder.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_lastgenre.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_library.py
|
Move many tests from test_library to test_util
|
2015-02-16 11:53:01 +01:00 |
|
test_logging.py
|
Offer verbose and very verbose modes
|
2015-02-10 17:13:15 +01:00 |
|
test_lyrics.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_mb.py
|
Importer metadata source is set as a field: tests
|
2015-02-11 10:14:56 +01:00 |
|
test_mbsync.py
|
Merge branch 'master' into future
|
2015-01-21 10:04:33 +01:00 |
|
test_mediafile.py
|
Merge pull request #1247 from brunal/future
|
2015-01-26 17:02:07 -08:00 |
|
test_mediafile_edge.py
|
Replace all mentions of 'str' with 'bytes'
|
2015-01-20 12:48:15 +01:00 |
|
test_permissions.py
|
Made the permissions plugin simpler. Got rid of some non-needed code and use the ancestors function instead of writing something new.
|
2015-02-17 11:41:15 +01:00 |
|
test_pipeline.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_player.py
|
Replace ur'' strings by r'' strings
|
2015-01-27 09:02:44 +01:00 |
|
test_plexupdate.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_plugins.py
|
Improve logging management for plugins: fixes
|
2015-02-10 16:55:06 +01:00 |
|
test_query.py
|
InvalidQuery*Error extend ParsingError
|
2015-02-09 19:25:23 +01:00 |
|
test_replaygain.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_sort.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_spotify.py
|
Offer verbose and very verbose modes
|
2015-02-10 17:13:15 +01:00 |
|
test_template.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_the.py
|
Delete 'format' variables that shadow the built-in
|
2015-02-11 16:26:16 +01:00 |
|
test_types_plugin.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_ui.py
|
Fix formatting to new PEP8 version (1.6.2)
|
2015-02-16 18:21:56 +01:00 |
|
test_ui_importer.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
test_util.py
|
Add beets.util.interactive_open() find cmd + execute
|
2015-02-16 12:26:17 +01:00 |
|
test_vfs.py
|
Do __name__ comparison with bytes and not unicode
|
2015-01-20 12:03:57 +01:00 |
|
test_web.py
|
Style fixes for pep8 1.6
|
2015-02-07 12:51:54 -08:00 |
|
test_zero.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |
|
testall.py
|
All tests use unicode_literals
|
2015-01-20 15:58:02 +01:00 |