-
Notifications
You must be signed in to change notification settings - Fork 18
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
Minimal Integration Testing #31
Comments
Practically, if this task came to me to develop and maintain, I would, somewhat unsurprisingly, choose |
An additional wrinkle: we don't have a real backend we can test. It may be worth considering an easily self-hostable, but real backend (a la |
Regarding Regarding third-party service mock, I experimented mock-server lately. It can create expectations from open-api specification or by recording usage. |
As the current state of #18 unit testing is rather minimal, we should likely consider investing more effort in establishing a reasonable, locally-replicable integration testing approach.
Options
jupyterlab-lsp
makes this.... better, but js/ts have lots of sharp edges)robotkernel
orxeus-robot
The text was updated successfully, but these errors were encountered: