style: format test file with black

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-11 18:36:42 +00:00
parent 2470768599
commit 0fc3fca1b2
+3
View File
@@ -26,6 +26,7 @@ class TestFileStatusBugFixes:
This simulates the bug where a file shows "Processing" even though
all steps have completed successfully.
"""
class MockLog:
def __init__(self, step_name, status, timestamp):
self.step_name = step_name
@@ -56,6 +57,7 @@ class TestFileStatusBugFixes:
Test that status correctly shows "processing" when there are
actually in-progress tasks (based on latest status).
"""
class MockLog:
def __init__(self, step_name, status, timestamp):
self.step_name = step_name
@@ -81,6 +83,7 @@ class TestFileStatusBugFixes:
"""
Test that status shows "failed" when the latest status for any step is failure.
"""
class MockLog:
def __init__(self, step_name, status, timestamp):
self.step_name = step_name