-
Notifications
You must be signed in to change notification settings - Fork 1
Local server, mocked responses and testing of notebooks #348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Great job! No new security vulnerabilities introduced in this pull requestUse @Checkmarx to reach out to us for assistance. Just send a PR comment with Examples: |
|
|
||
| protein.upload() | ||
| ligand.upload() | ||
| protein.upload(client=client) | ||
| ligand.upload(client=client) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to pass this to make sure this uses the correct client (context)
| def watch(self): | ||
| def watch(self, *, interval: float = 5.0): | ||
| """Start monitoring job progress in real-time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
support for faster updates, e.g., in a demo
aregsyan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is excellent!

changes
ability to run a detailed local server that responds exactly like the real backend, but obviously runs instantly, using fixtures to construct responses.
what
Screen.Recording.2025-11-18.at.2.00.54.PM.mov