Skip to content

WIP: Make testsuite testable using DI #286

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gaehlerm
Copy link

If you want to test the output of the iPython notebook, I would recommend using dependency injection. Write a class iPythonGenerator and one DebugGenerator that implement all the output. Then you can use the DebugGenerator for testing and the iPythonGenerator for running the actual code.

Let me know if you have any questions.

And this is just a quick and dirty draft, to show the idea. No full implementation. In theory it could run, but I would be surprised if it did.

@edoardob90 edoardob90 marked this pull request as draft February 26, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant