Skip to content
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

Local development / test suite #1032

Closed
IceKhan13 opened this issue Oct 18, 2023 · 0 comments · Fixed by #1029
Closed

Local development / test suite #1032

IceKhan13 opened this issue Oct 18, 2023 · 0 comments · Fixed by #1029
Assignees
Labels
enhancement New feature or request priority: medium Medium priority project: client Label to identify features related with client project
Milestone

Comments

@IceKhan13
Copy link
Member

IceKhan13 commented Oct 18, 2023

What is the expected behavior?

As user I want to test my programs locally before I run then on remote resources in order to reduce back-and-forth development iterations.

Something like this:

from quantum_serverless import LocalProvider

serverless = QuantumServerless(LocalProvider()) # or even make local provider as default
serverless.run(...)
@IceKhan13 IceKhan13 added enhancement New feature or request priority: medium Medium priority project: client Label to identify features related with client project labels Oct 18, 2023
@IceKhan13 IceKhan13 added this to the 0.8 milestone Oct 18, 2023
@IceKhan13 IceKhan13 linked a pull request Oct 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: medium Medium priority project: client Label to identify features related with client project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants