Adds a tutorial on how to write tests with lute#890
Open
Vighnesh-V wants to merge 2 commits intoprimaryfrom
Open
Adds a tutorial on how to write tests with lute#890Vighnesh-V wants to merge 2 commits intoprimaryfrom
Vighnesh-V wants to merge 2 commits intoprimaryfrom
Conversation
Documentation writing
73cc4b9 to
ca385f5
Compare
aatxe
reviewed
Mar 20, 2026
Member
aatxe
left a comment
There was a problem hiding this comment.
Can you line wrap paragraphs at 100 or 80 or something? It'll make diffs much better in the future, and makes it easier to leave comments.
Collaborator
Author
|
I've gone ahead and auto wrapped all the text to 80 columns. I have also retroactively done this to the docs I added in the previous two PRs as part of this PR. Feel free to review and leave comments, but most of the changes I made were in the dev-tooling/ and writing-tests/ directory. Also, the reason writing-tests/ is a directory is because I am going to add some documentation for snapshot testing. |
another
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds documentation that summarizes a) how to write tests, b) how to run tests, c) how to organize your tests using suites.
I've also explicitly called out testing as part of the cool developer tooling we've built, and linked it in the CLI reference. The plan for the Developer Tooling section is to extend it with blurbs about
lute lint,lute check, andlute compile(and any others that we add).