Browse Source

Add more artist name tests

pull/97/head
Oliverpool 9 years ago
parent
commit
10eaea4395
  1. 3
      test/test_authors.py

3
test/test_authors.py

@ -13,6 +13,9 @@ SPLIT_AUTHORS_DATA = [
("Georges Brassens", ("Brassens", "Georges")),
("The Who", ("Who", "The")),
("Cher", ("Cher", "")),
("Red~Hot~Chili~Peppers", ("Red~Hot~Chili~Peppers", "")),
("The mamas~and~the~papas", ("mamas~and~the~papas", "The")),
("The mamas\ and\ the\ papas", ("mamas\ and\ the\ papas", "The")),
]
PROCESS_AUTHORS_DATA = [

Loading…
Cancel
Save