Beispiel #1
0
def test_episode_comment():
    e1 = TVEpisode('Game of Thrones', season=1, number=1)
    r = e1.comment('Test Comment')
    assert r is None
Beispiel #2
0
def test_episode_comment():
    e1 = TVEpisode('Game of Thrones', season=1, number=1)
    r = e1.comment('Test Comment')
    assert r is None