This commit is contained in:
sneakers-the-rat 2024-05-20 21:21:45 -07:00
parent a948a41663
commit 6ebed2b804
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -47,7 +47,8 @@ def avi_video(tmp_path):
video_path.unlink(missing_ok=True)
@pytest.mark.parametrize('input_type', [str, Path])
@pytest.mark.parametrize("input_type", [str, Path])
def test_video_validation(avi_video, input_type):
"""Color videos should validate for normal uint8 shape specs"""