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

Refactor Context.Db Building to Separate Class #909

Closed
Tracked by #754
darunrs opened this issue Jul 23, 2024 · 0 comments · Fixed by #929
Closed
Tracked by #754

Refactor Context.Db Building to Separate Class #909

darunrs opened this issue Jul 23, 2024 · 0 comments · Fixed by #929
Assignees

Comments

@darunrs
Copy link
Collaborator

darunrs commented Jul 23, 2024

In order to expose context.db methods for local testing, the context object needs to be exposed as a class variable. Currently, the object is built inside execute. The building of the context object can be extracted to a separate class and set as a class variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant