docs: add documentation for inline config for solidity tests#243
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for per-function inline configuration of Solidity fuzz/invariant tests, and updates the testing guides navigation to include the new guide.
Changes:
- Add a new “Inline configuration for Solidity tests” guide describing NatSpec-based per-test overrides.
- Link to the new guide from the Solidity testing guide and the Testing overview page.
- Adjust sidebar ordering to insert the new guide into the Testing guides sequence.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/content/docs/docs/guides/testing/using-viem.mdx | Bumps sidebar order to make room for the new inline configuration guide. |
| src/content/docs/docs/guides/testing/using-solidity.mdx | Adds a link to the new inline configuration guide from the Solidity tests guide. |
| src/content/docs/docs/guides/testing/using-ethers.mdx | Bumps sidebar order to maintain correct navigation ordering. |
| src/content/docs/docs/guides/testing/inline-configuration.mdx | Introduces the new guide content for per-function inline configuration. |
| src/content/docs/docs/guides/testing/index.mdx | Adds a “Learn more” link to the inline configuration guide. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alcuadrado
reviewed
Mar 27, 2026
alcuadrado
reviewed
Mar 27, 2026
alcuadrado
reviewed
Mar 27, 2026
alcuadrado
reviewed
Mar 27, 2026
alcuadrado
reviewed
Mar 27, 2026
alcuadrado
reviewed
Mar 27, 2026
alcuadrado
reviewed
Mar 27, 2026
alcuadrado
reviewed
Mar 27, 2026
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Patricio Palladino <[email protected]>
Co-authored-by: Patricio Palladino <[email protected]>
Co-authored-by: Patricio Palladino <[email protected]>
alcuadrado
approved these changes
Mar 31, 2026
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.
Docs for NomicFoundation/hardhat#8073