mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54:29 +00:00
lint
This commit is contained in:
parent
a948a41663
commit
6ebed2b804
1 changed files with 2 additions and 1 deletions
|
@ -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"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue