Skip to content
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

Find a less restrictive way of testing? #78

Open
korsbo opened this issue Oct 15, 2019 · 0 comments
Open

Find a less restrictive way of testing? #78

korsbo opened this issue Oct 15, 2019 · 0 comments

Comments

@korsbo
Copy link
Owner

korsbo commented Oct 15, 2019

Automatic testing of latexify is currently a little painful since it relies on precise equality between the string generated by a function call and a string typed out in the test script. Generating such tests is pretty easy using the Latexify.@generate_test macro, but this exact string matching gives no leeway for making otherwise inconsequential changes to how latexify formats its output.

Is there a way of testing that latexify gives the desired result without being completely inflexible when it comes to making small changes?

This is related to the question of what should be considered part of the API, #77.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant