-
Notifications
You must be signed in to change notification settings - Fork 56
Post unit tests. #232
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
Post unit tests. #232
Conversation
91d8d9b to
4beba8c
Compare
| MockLocalObjectDataExtractor, | ||
| ) | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In future work (23 R1) perhaps we can think about abstracting the graphics window manager code? Either directly or by substituting its pyvista dependency.
6d83b62 to
afc273a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, thanks, @ajain-work. 23 R1 we can look at abstracting the graphics dependency.
afc273a to
5ba46b6
Compare
| def __init__(self, session): | ||
| """Instantiate XYPlots, containter of XYPlot.""" | ||
| session_state = XYPlots._sessions_state.get(session.id) | ||
| """Instantiate Plots, containter of plot objects.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| """Instantiate Plots, containter of plot objects.""" | |
| """Instantiate Plots, container of plot objects.""" |
5ba46b6 to
2f8eb82
Compare
Post graphics objects unit tests.