@ALL_IMGS
def test_something2(datafiles):
    """Work with copy of all files."""
    for img in datafiles.iterdir():
        print(img)