We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#5931 added tests for resourcedocgen. 🎉
For the developer, the setup of these tests includes some context that is not immediately obvious.
Since we do not have a standardized way to do tests, it's really important that tests have:
The text was updated successfully, but these errors were encountered:
I'm not sure what you mean by "setup". The caveat for using that function is called out at the function declaration, as is how to regenerate:
registry/tools/resourcedocsgen/internal/tests/util/fs.go
Lines 31 to 43 in 12b3c52
That's only relevant when writing new tests using this function. When running tests, you just need to run the test like any other Go test:
$ cd tools/resourcedocsgen && go test ./...
We can call out how to run tests and -update in the README.md.
-update
README.md
Sorry, something went wrong.
No branches or pull requests
#5931 added tests for resourcedocgen. 🎉
For the developer, the setup of these tests includes some context that is not immediately obvious.
Since we do not have a standardized way to do tests, it's really important that tests have:
The text was updated successfully, but these errors were encountered: