-
Notifications
You must be signed in to change notification settings - Fork 1.8k
InlineFlowTest: Allow for custom getArgString
#15090
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
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.
Do we need to check that this doesn't break any tests for other languages?
Otherwise, LGTM.
I have done that now, pushing a dummy "trigger CI" commit, and it worked fine. I'll revert the trigger commit again. |
548784b
to
28a2d05
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.
Python 👍
I made two suggestions. They make the diff a little larger, but I think they express the intent better. If at some point ValueFlowTest
should be updated to no longer use NoFlowConfig
, it can be done in one central place. This is an imaginary example, though, and I do not know how likely such changes are, so I will approve even without it.
Co-authored-by: yoff <lerchedahl@gmail.com>
When not using
DefaultFlowTest
, it is useful to be able to implement a customgetArtString
predicate.