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