def test_rate_show(): got = TVShow('Game of Thrones') assert got.rate(10)['added'] == { 'episodes': 2, 'movies': 1, 'seasons': 1, 'shows': 1 }
def test_rate_show(): got = TVShow('Game of Thrones') got.rate(10)