beets/test
Adrian Sampson 2023344019 Windows: fix relative paths in normpath()
The changes introduced in rc1 caused paths to be syspath-ified before they were
passed to os.path.abspath. The magic prefix caused them to be interpreted as
absolute paths even if they were relative. The fix is, in this *isolated*
case, to use Unicode but prefix-free paths in calls to the os.path.* functions.
Those functions need to act on Unicode objects but seem to be purely syntactic
-- nothing is tripped up by using long filenames without the magic prefix.
2012-12-19 12:19:23 -08:00
..
rsrc replaygain: add fields to Item 2012-10-17 20:28:24 -07:00
__init__.py misc. overdue code cleanup 2010-07-09 18:07:15 -07:00
_common.py fetchart: command to manually download art 2012-06-24 18:27:00 -07:00
test_art.py fix tests for new explicit urlretrieve() call 2012-11-03 12:47:35 -07:00
test_autotag.py autotag: use albumartist if available (GC-423) 2012-11-27 17:05:56 -08:00
test_db.py Windows: fix relative paths in normpath() 2012-12-19 12:19:23 -08:00
test_files.py human-readable filesystem errors (#387) 2012-05-18 15:16:38 -07:00
test_ihate.py ihate plugin: ver 1.0 - initial import 2012-10-05 02:37:21 +03:00
test_importer.py use AlbumMatch/TrackMatch objects everywhere 2012-07-01 16:33:48 -07:00
test_mb.py include global index in TrackInfo objects 2012-06-29 14:06:28 -07:00
test_mediafile.py fix "beet modify" for date fields (GC-449) 2012-10-14 20:27:13 -07:00
test_mediafile_basic.py modernize basic MediaFile tests 2012-11-27 21:42:36 -08:00
test_pipeline.py The Great Trailing Whitespace Purge of 2012 2012-05-13 20:22:17 -07:00
test_player.py The Great Trailing Whitespace Purge of 2012 2012-05-13 20:22:17 -07:00
test_query.py fix non-string value matching in SubstringQuery 2012-09-09 12:17:13 -07:00
test_template.py The Great Trailing Whitespace Purge of 2012 2012-05-13 20:22:17 -07:00
test_the.py plugin the: ver 1.1 - singleton mode, code cleanup 2012-10-05 02:04:51 +03:00
test_ui.py tolerate non-UTF8 locale in test 2012-11-27 20:38:47 -08:00
test_vfs.py The Great Trailing Whitespace Purge of 2012 2012-05-13 20:22:17 -07:00
test_zero.py zero, the: Python 2.6-compatible format strings 2012-09-25 15:13:33 -07:00
testall.py The Great Trailing Whitespace Purge of 2012 2012-05-13 20:22:17 -07:00