-
Notifications
You must be signed in to change notification settings - Fork 104
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
(PDK-1047) Add --add-tests to pdk convert #746
Conversation
After some deliberation we're thinking that |
9d429fd
to
ae9b758
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.
Overall looks good to me, left a couple small notes.
add_tests! | ||
else | ||
PDK::Report.default_target.puts(_('No changes required.')) | ||
end |
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.
Hmmm, this is unfortunate. I see a refactoring in this methods future....
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.
I might be able to clean this up a bit, but theres only so much we can do without an extensive refactor
No description provided.