Exemple #1
0
def test_process_plot_info_present():
    imdb_scraper = IMDBScraper()
    info = imdb_scraper.process_plot_info('0133093')
    assert isinstance(info, dict)
    assert info['plot_summary'] is None
Exemple #2
0
def test_process_plot_info_present():
    imdb_scraper = IMDBScraper()
    info = imdb_scraper.process_plot_info('0133093')
    assert isinstance(info, dict)
    assert info['plot_summary'] == 'A computer hacker learns from mysterious rebels about the true nature of his ' \
                                   'reality and his role in the war against its controllers.'