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