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
The new testing docs is hard to find (not mentioned) properly.
Currently, there is a "development" section with "automated testing"
The new test section that is created by @AhdraMeraliQB is in the "Tutorial section"
This should be mentioned early in the "automated testing" section.
For example, users is confused globals.yml is read for pipeline during kedro run but not when using pytest.
globals.yml
kedro run
pytest
https://linen-slack.kedro.org/t/22301026/question-is-there-an-extra-step-required-to-run-pytest-with-#661646b5-a2e7-4b77-a3db-ab585f408793
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The new testing docs is hard to find (not mentioned) properly.
Currently, there is a "development" section with "automated testing"
The new test section that is created by @AhdraMeraliQB is in the "Tutorial section"
This should be mentioned early in the "automated testing" section.
Context
For example, users is confused
globals.yml
is read for pipeline duringkedro run
but not when usingpytest
.https://linen-slack.kedro.org/t/22301026/question-is-there-an-extra-step-required-to-run-pytest-with-#661646b5-a2e7-4b77-a3db-ab585f408793
The text was updated successfully, but these errors were encountered: