Replies: 1 comment
-
testing can be useful as there were several cases where there were errors. I'd prefer to create e2e test for REPL site as the end result will be the same. I'll add it as a task; good suggestion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A thought: would it be worthwhile to (as a CI task) scan the README for code examples, and make sure they run without errors? We can easily get the body of the example by decoding the URL.
Alternatively, should we generate the examples from code (or tests) that can be run and confirmed working, and then insert them into the README as a build step?
This will solve a few instances I and others have found where examples do not work.
Beta Was this translation helpful? Give feedback.
All reactions