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

feat: partial test files support #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

n0izn0iz
Copy link
Contributor

@n0izn0iz n0izn0iz commented Dec 29, 2024

Adds partial support for Test and XTest files.

The biggest missing thing is to support go libs injected in testing likefmt, encoding/json, etc..

There is one regression, injected testing stdlib functions like std.TestSetRealm will not show an error if used in normal .gno files since there is no simple way to use different stdlib sources in normal and test files

This should neverless help to navigate most test sources and help with refactoring by applying symbol renames also in test files

No support for Filetest files

Screenshot 2024-12-29 at 19 23 20

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

Successfully merging this pull request may close these issues.

1 participant