Beispiel #1
0
def test_getYear():
    b2 = Book("Ready Player One", "Cline, Ernest", 2011)
    assert b2.getYear() == 2011