beets/test
Adrian Sampson 8f128876e2 %aunique: use a single field instead of a sequence
For a less cumbersome uniquifying string, only a single field value is now used
instead of a prefix of a list of fields. The old semantics had two problems that
made it both unnecessary and insufficient:
- In the vast majority of cases, a single field suffices (year OR label OR
  catalog number, for example) and forcing the string to include many identical
  fields is unnecessary.
- If the albums are very similar, a prefix may be insufficient; a better
  solution may be found with an arbitrary subset. (Of course, we can't afford to
  search the whole power set.)
So we're going with a single field for now. This should cause far less
confusion.
2012-04-24 21:15:50 -07:00
..
rsrc default arguments to %aunique{} (#190) 2012-04-24 20:34:51 -07:00
__init__.py misc. overdue code cleanup 2010-07-09 18:07:15 -07:00
_common.py support move action when importing 2012-04-05 01:14:17 +02:00
test_art.py fall back to unittest2 (#275) 2012-01-31 15:25:09 -08:00
test_autotag.py set disc and disctotal when autotagging (#226) 2012-02-07 18:03:31 -08:00
test_db.py %aunique: use a single field instead of a sequence 2012-04-24 21:15:50 -07:00
test_files.py fall back to unittest2 (#275) 2012-01-31 15:25:09 -08:00
test_importer.py cleanup and docs for import_move (GH-26, GC-266) 2012-04-10 13:41:24 -07:00
test_mb.py tolerate missing language from MB (#373) 2012-04-10 11:38:45 -07:00
test_mediafile.py fall back to unittest2 (#275) 2012-01-31 15:25:09 -08:00
test_mediafile_basic.py add a new batch of metadata fields 2012-04-04 00:52:57 -07:00
test_pipeline.py fall back to unittest2 (#275) 2012-01-31 15:25:09 -08:00
test_player.py fall back to unittest2 (#275) 2012-01-31 15:25:09 -08:00
test_query.py fall back to unittest2 (#275) 2012-01-31 15:25:09 -08:00
test_template.py fall back to unittest2 (#275) 2012-01-31 15:25:09 -08:00
test_ui.py support move action when importing 2012-04-05 01:14:17 +02:00
test_vfs.py fall back to unittest2 (#275) 2012-01-31 15:25:09 -08:00
testall.py fall back to unittest2 (#275) 2012-01-31 15:25:09 -08:00