@pytest.mark.datafiles('/opt/big_files/film1.mp4')
def test_fast_forward_alternative(datafiles):
    """Work with a copy of the bigfile, using `str`."""
    path = str(datafiles)  # Convert from py.path object to path (str)
    assert len(os.listdir(path)) == 1