-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: introduce TestFramework class to evaluate child executePipeline… #21
Conversation
2dfd2e3
to
90fc8ca
Compare
90fc8ca
to
ba190ba
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.
Just minor comments, not blocking the PR. You can go ahead and merge.
Just in the PR itself, when you create the PR link it to the issue you are solving. In this case add something like " PR closes issue #7 ". We might need to create a PR template with a checklist.
src/AzureDataFactory.TestingFramework.Example/BatchJob/BatchJobUnitTests.cs
Show resolved
Hide resolved
src/AzureDataFactory.TestingFramework/AzureDataFactory.TestingFramework.csproj
Show resolved
Hide resolved
src/AzureDataFactory.TestingFramework/Models/Pipelines/Pipeline.cs
Outdated
Show resolved
Hide resolved
e8e7279
to
bc7e5c7
Compare
I referenced the issue in the PR now (not in text but as part of the PR). |
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!
This PR introduces: