This pull request includes changes to the run_tests method in the client.py file. The changes ensure that the run_tests method now returns a Run object representing the test run that was executed.
Summary
Modified the run_tests method in client.py to return a Run object.
Updated the docstring of the run_tests method to reflect the return type change.
Changed the status update of the run to RunStatus.COMPLETED after creating the run.
Added a return statement to return the run object.
Fixes #10.
🎉 Latest improvements to Sweep:
New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
PR Feedback: 👎
Description
This pull request includes changes to the
run_tests
method in theclient.py
file. The changes ensure that therun_tests
method now returns aRun
object representing the test run that was executed.Summary
run_tests
method inclient.py
to return aRun
object.run_tests
method to reflect the return type change.RunStatus.COMPLETED
after creating the run.run
object.Fixes #10.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: