-
Notifications
You must be signed in to change notification settings - Fork 441
(tests) Add tests for knowledge docs #849
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
Conversation
02b0fc6
to
16f1a25
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a lot going on in this PR. It would be easier to review if multiple commits were used with each commit focused on a specific task (refactoring code, refactoring tests, adding new tests, etc.)
Signed-off-by: Anik Bhattacharjee <anbhatta@redhat.com>
Signed-off-by: Anik Bhattacharjee <anbhatta@redhat.com>
Signed-off-by: Anik Bhattacharjee <anbhatta@redhat.com>
Signed-off-by: Anik Bhattacharjee <anbhatta@redhat.com>
Signed-off-by: Anik Bhattacharjee <anbhatta@redhat.com>
@xukai92 @bjhargrave dissected the changes into multiple commits, PTAL! |
Signed-off-by: Anik Bhattacharjee <anbhatta@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for breaking up into several commits!
Signed-off-by: Anik Bhattacharjee <anbhatta@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the changes.
Description: Removing old file spelling error file Signed-off-by: Kelly Brown <kelbrown@redhat.com>
Closes #786
Which issue is resolved by this Pull Request:
Resolves #786
Description of your changes:
This PR:
generate_data.py
toutils,py
. Several other packges (egdiff
) are using these helper functions(egread_taxonomy
), and they were calling generate.<helper_function>, which is incorrect.utils.py
, but is restricted to only the helper functions used during knowledge workflow.generate_data
with knowledge workflow.