You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following this PR #5152 we need to test the state of the visual flags at each step of the drawing (updateViual, drawVisual etc...) in a unit Test.
Idea: Create a custom visual object that will just output the current flags in those steps. Use it then in a unit test where we create a simple scene and then change the flags in between timesteps.
The text was updated successfully, but these errors were encountered:
Following this PR #5152 we need to test the state of the visual flags at each step of the drawing (updateViual, drawVisual etc...) in a unit Test.
Idea: Create a custom visual object that will just output the current flags in those steps. Use it then in a unit test where we create a simple scene and then change the flags in between timesteps.
The text was updated successfully, but these errors were encountered: