Skip to content

Commit ee81ebc

Browse files
committed
Rename collection tests
1 parent 61a68eb commit ee81ebc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_collection.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,22 +93,22 @@ def test_Collection_items(collection):
9393
assert len(items) == 1
9494

9595

96-
def test_library_Collection_posters(collection):
96+
def test_Collection_posters(collection):
9797
posters = collection.posters()
9898
assert posters
9999

100100

101-
def test_library_Collection_art(collection):
101+
def test_Collection_art(collection):
102102
arts = collection.arts()
103103
assert not arts # Collection has no default art
104104

105105

106-
def test_library_Collection_mixins_images(collection):
106+
def test_Collection_mixins_images(collection):
107107
test_mixins.edit_art(collection)
108108
test_mixins.edit_poster(collection)
109109
test_mixins.attr_artUrl(collection)
110110
test_mixins.attr_posterUrl(collection)
111111

112112

113-
def test_library_Collection_mixins_tags(collection):
113+
def test_Collection_mixins_tags(collection):
114114
test_mixins.edit_label(collection)

0 commit comments

Comments
 (0)