style: format code for consistency and readability across multiple files
This commit is contained in:
@@ -35,7 +35,7 @@ class TestDynamicContextRequests:
|
||||
"mandatory_instructions": "I need to see the package.json file to understand dependencies",
|
||||
"files_needed": ["package.json", "package-lock.json"],
|
||||
},
|
||||
ensure_ascii=False
|
||||
ensure_ascii=False,
|
||||
)
|
||||
|
||||
mock_provider = create_mock_provider()
|
||||
@@ -176,7 +176,7 @@ class TestDynamicContextRequests:
|
||||
},
|
||||
},
|
||||
},
|
||||
ensure_ascii=False
|
||||
ensure_ascii=False,
|
||||
)
|
||||
|
||||
mock_provider = create_mock_provider()
|
||||
@@ -342,7 +342,7 @@ class TestCollaborationWorkflow:
|
||||
"mandatory_instructions": "I need to see the package.json file to analyze npm dependencies",
|
||||
"files_needed": ["package.json", "package-lock.json"],
|
||||
},
|
||||
ensure_ascii=False
|
||||
ensure_ascii=False,
|
||||
)
|
||||
|
||||
mock_provider = create_mock_provider()
|
||||
@@ -409,7 +409,7 @@ class TestCollaborationWorkflow:
|
||||
"mandatory_instructions": "I need to see the configuration file to understand the connection settings",
|
||||
"files_needed": ["config.py"],
|
||||
},
|
||||
ensure_ascii=False
|
||||
ensure_ascii=False,
|
||||
)
|
||||
|
||||
mock_provider = create_mock_provider()
|
||||
|
||||
Reference in New Issue
Block a user