Beispiel #1
0
def test_pictures_count():
    for movie_folder in MOVIE_FOLDERS:
        folder = '%s/*.png' % movie_folder
        test_utils.assert_pictures_count_in_folder(folder, 599)
Beispiel #2
0
def test_pictures_count():
    folder = '%s/*.png' % MOVIE_FOLDER
    test_utils.assert_pictures_count_in_folder(folder, 1548)
Beispiel #3
0
def test_pictures_count():
    folder = '%s/*.png' % MOVIE_FOLDER
    test_utils.assert_pictures_count_in_folder(folder, 1599)
Beispiel #4
0
def test_pictures_count():
    for movie_folder in MOVIE_FOLDERS:
        folder = '%s/*.png' % movie_folder
        test_utils.assert_pictures_count_in_folder(folder, 999)