mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-24 09:00:33 +00:00
That test didn't work
This commit is contained in:
parent
5b5e15d48b
commit
74b89b2d4a
1 changed files with 0 additions and 5 deletions
|
@ -80,11 +80,6 @@ class UtilitiesTags(TestCase):
|
||||||
self.assertEqual(utilities.truncatepath(value, 2), "home/…ur")
|
self.assertEqual(utilities.truncatepath(value, 2), "home/…ur")
|
||||||
self.assertEqual(utilities.truncatepath(value, "a"), "four")
|
self.assertEqual(utilities.truncatepath(value, "a"), "four")
|
||||||
|
|
||||||
def test_get_book_cover_thumbnail(self, *_):
|
|
||||||
"""get book cover thumbnail"""
|
|
||||||
result = utilities.get_book_cover_thumbnail(self.book)
|
|
||||||
self.assertEqual(result, "images/no_cover.jpg")
|
|
||||||
|
|
||||||
def test_get_isni_bio(self, *_):
|
def test_get_isni_bio(self, *_):
|
||||||
"""get ISNI bio"""
|
"""get ISNI bio"""
|
||||||
DataMock = namedtuple("Data", ("bio", "isni"))
|
DataMock = namedtuple("Data", ("bio", "isni"))
|
||||||
|
|
Loading…
Reference in a new issue