-
Notifications
You must be signed in to change notification settings - Fork 11
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 svg backend tests #68
Comments
fcooper8472
pushed a commit
to fcooper8472/trase
that referenced
this issue
Jul 10, 2018
fcooper8472
pushed a commit
to fcooper8472/trase
that referenced
this issue
Jul 10, 2018
Make the test more robust
fcooper8472
pushed a commit
to fcooper8472/trase
that referenced
this issue
Jul 10, 2018
fcooper8472
pushed a commit
to fcooper8472/trase
that referenced
this issue
Jul 10, 2018
fcooper8472
pushed a commit
to fcooper8472/trase
that referenced
this issue
Jul 10, 2018
fcooper8472
pushed a commit
to fcooper8472/trase
that referenced
this issue
Jul 11, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We ought to unit test the svg backend methods. Simple things will be very straightforward, like
For functions taking arguments, such as
circle
, we can check that specific parameter values end up as expected in the resulting string.The text was updated successfully, but these errors were encountered: