Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions tests/entrypoints/openai/test_run_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1324,12 +1324,6 @@ def test_completions(self):
except Exception as e:
self.fail(f"输出格式验证失败: {e}\n行内容: {line}")

def test_vaild_input(self):
"""测试输入数据格式的正确性"""
return_code, contents, proc = self.run_fastdeploy_command(INVALID_INPUT_BATCH)

self.assertNotEqual(return_code, 0, f"进程返回非零码: {return_code}, 进程信息: {proc}")


if __name__ == "__main__":
unittest.main(verbosity=2)