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
Write unittest/s for get_full_manifest function, this will act as an example for writing more unittest in parser directory
You will likely need to
SemanticManifest
manifest
loader.load()
RuntimeConfig
Please organize tests related to parser/manifest.py and util functions related to make it easier for the next person to find it.
parser/manifest.py
Potential existing arts:
dbt-core/tests/unit/test_manifest.py
Line 108 in ebc22fa
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
ManifestLoader.get_full_manifest
QMalcolm
Successfully merging a pull request may close this issue.
Description
Write unittest/s for get_full_manifest function, this will act as an example for writing more unittest in parser directory
You will likely need to
SemanticManifest
supported by amanifest
fixture and utility builders #9665 and mock theloader.load()
to return it directly.RuntimeConfig
.Non-functional requirements
Please organize tests related to
parser/manifest.py
and util functions related to make it easier for the next person to find it.Potential existing arts:
dbt-core/tests/unit/test_manifest.py
Line 108 in ebc22fa
The text was updated successfully, but these errors were encountered: