-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add GraphicalUnitTester.py to manim-plugintemplate or have ability to use it via manim #8
Comments
I moved the issue to manim-plugintemplate since the addition will have to be made here. |
@ponmike92 can you make a simple PR adding that file to |
As per the private discussion, it seems like a great solution is to have the GraphicalUnitTester.py available in the plugintemplate, but to allow easy generation of the test data with manim's rendering |
@jsonvillanueva I thought it was only about adding that file to the |
This issue is mainly about giving the plugins the ability to add image tests for the last image of the video (just like manim). IMO, the plugin shouldn't be responsible for having methods to generate the testing data, that's the responsibility of manim. What should be implemented here is the ability to run |
Enhancement proposal
I'm working on plugin for manim and would like to use GraphicalUnitTester class in tests. However, I didn't find how to do it and simply copy/paste existing GraphicalUnitTester.py file into my project as temporary solution.
What about giving users who create their own manim-templates ability to use utils from tests manim folder? (Sorry for issue, If this feature already exists)
The text was updated successfully, but these errors were encountered: