(filename)
| 25 | WRONG_SCORER = "DLC_dlcrnetms5_multi_mouseApr11shuffle3_5" |
| 26 | |
| 27 | def _create_fake_file(filename): |
| 28 | path = str(fake_folder.join(filename)) |
| 29 | with open(path, "w") as f: |
| 30 | f.write("") |
| 31 | return path |
| 32 | |
| 33 | for ind, ext in enumerate(SUPPORTED_VIDEOS): |
| 34 | vname = "video" + str(ind) |
no test coverage detected