pythonecuador/lira

Add test for BookChapter repr

Closed this issue · 0 comments

This needs a test

lira/lira/book.py

Lines 73 to 74 in 298679e

def __repr__(self):
return f"<BookChapter: {self.title}>"

The test should be in this file

class TestBookChapter:

It should be something like this

assert str(self.book) == "<Book: Basic Introduction to Python -> example/>"