Exemplo n.º 1
0
def test_list_jpg_files(_test_list_jpg_files):
    """ student geneartes """
    jpgs = sut.list_jpg_files("../data/")
    assert jpgs == _test_list_jpg_files
Exemplo n.º 2
0
def test_list_jpg_files(_test_list_jpg_files):
    ''' student geneartes '''
    jpgs = sut.list_jpg_files('data/')
    assert jpgs == _test_list_jpg_files