-
Notifications
You must be signed in to change notification settings - Fork 1
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
Make writing tests more convenient #7
Comments
Idea: if the assertion fails, display a strict visualization, but not as a Kotlin code, but a 2D grid with axis markers. Take into account the following edge cases:
Ideas on the message:
|
An alternative idea is to produce an image for each test, showing the visualization of both the actual function and the assertions. |
Consider using: |
For each failed test:
|
During working on a proof of concept, I hit "Error: URI Too Long" issue. |
A stub of a helper project: https://github.com/krzema12/PlotAssertVisualizer |
For example, the Kotlin code can be generated that shows a strict testcase for given axes parameters.
The text was updated successfully, but these errors were encountered: