-
Notifications
You must be signed in to change notification settings - Fork 9
Add svg backend tests #68
Copy link
Copy link
Open
Description
We ought to unit test the svg backend methods. Simple things will be very straightforward, like
SECTION("finalise produces correct string") {
backend.finalise();
CHECK(out.str() == "</svg>\n");
}For functions taking arguments, such as circle, we can check that specific parameter values end up as expected in the resulting string.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels