Exemplo 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
    }
Exemplo n.º 2
0
def test_rate_show():
    got = TVShow('Game of Thrones')
    got.rate(10)
Exemplo n.º 3
0
def test_rate_show():
    got = TVShow('Game of Thrones')
    got.rate(10)