Skip to content
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

How can we unit test stuff that relies on sp_execute_external_script? #8

Open
stephlocke opened this issue Oct 13, 2018 · 1 comment
Labels
question Further information is requested

Comments

@stephlocke
Copy link
Member

What's the best way of building a test harness around the stored procedures?

@stephlocke stephlocke added the question Further information is requested label Oct 13, 2018
@gavincampbell
Copy link

by writing a wrapper that calls sp_execute_external_script, then mocking the wrapper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants