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
Right now we don't fully check rendered content on diagrams, but we should.
We should do this in a parameterized way to reduce the amount of testing code to be maintained. We can use pytest's fixtures to load the example classes and/or created diagram objects. Addressed in #21.
#21 addressed creating the static outputs, and has a test that checks the against the static DOT files. Still need tests that check png and svg formats.
The text was updated successfully, but these errors were encountered:
Right now we don't fully check rendered content on diagrams, but we should.
We should do this in a parameterized way to reduce the amount of testing code to be maintained. We can use pytest's fixtures to load the example classes and/or created diagram objects.Addressed in #21.#21 addressed creating the static outputs, and has a test that checks the against the static DOT files. Still need tests that check png and svg formats.
The text was updated successfully, but these errors were encountered: