(simulate_mirror)
| 41 | |
| 42 | |
| 43 | def test_mirror_suspicious_file_trigger(simulate_mirror): |
| 44 | handler = umirror.MirrorHandler(urlparse("mirror://wheel")) |
| 45 | |
| 46 | for loc in handler.get_paths(): |
| 47 | assert fs_struct.enable_suspicious_files(loc) is True |
| 48 | |
| 49 | |
| 50 | def test_mirror_uri_variations(simulate_mirror): |