Skip to content

Commit

Permalink
chore: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
georgkoester committed Dec 18, 2024
1 parent be1a2a7 commit 664a810
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def video_path(tmp_path, resource_path):
video_path = resource_path / "not_starting_with_keyframe.mp4"
return _copy_file_to_tmp_path(tmp_path=tmp_path, file_path=video_path)


@pytest.fixture
def broken_video_path(tmp_path, resource_path):
video_path = resource_path / "broken_video.mp4"
Expand Down
4 changes: 2 additions & 2 deletions tests/v3/functional/test_redact_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_redact_folder_auto_delete_input_only_on_success(
api_key=optional_api_key,
n_parallel_jobs=1,
ignore_warnings=True,
auto_delete_input_file=True
auto_delete_input_file=True,
)

# THEN no input videos are anonymized in the output dir
Expand Down Expand Up @@ -166,7 +166,7 @@ def test_redact_folder_auto_delete_input_works(
api_key=optional_api_key,
n_parallel_jobs=3,
ignore_warnings=True,
auto_delete_input_file=True
auto_delete_input_file=True,
)

# THEN no input images are anonymized in the output dir
Expand Down
4 changes: 2 additions & 2 deletions tests/v4/functional/test_redact_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def test_redact_folder_auto_delete_input_only_on_success(
api_key=optional_api_key,
n_parallel_jobs=1,
ignore_warnings=True,
auto_delete_input_file=True
auto_delete_input_file=True,
)

# THEN no input videos are anonymized in the output dir
Expand Down Expand Up @@ -308,7 +308,7 @@ def test_redact_folder_auto_delete_input_works(
api_key=optional_api_key,
n_parallel_jobs=3,
ignore_warnings=True,
auto_delete_input_file=True
auto_delete_input_file=True,
)

# THEN no input images are anonymized in the output dir
Expand Down

0 comments on commit 664a810

Please sign in to comment.