You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about the mocking strategy. In the module directory, I can find the test. However, I can't see any mock related testing.
I'm planning to contribute this repo for the azure related new modules,
Do you have any preference for a mocking strategy for the module unit testing?
To answer your main question, I don't think we are using any mocking libraries right now. Monkey Patching also seems... risky. What use case did you have in mind for that?
You also mentioned adding support for Azure modules. Please be sure to read this: #89 (comment)
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please feel free to reach out if you have or find the answers we need so that we can investigate further. Thank you!
Hello,
I have a question about the mocking strategy. In the module directory, I can find the test. However, I can't see any mock related testing.
I'm planning to contribute this repo for the azure related new modules,
Do you have any preference for a mocking strategy for the module unit testing?
For example, I usually use Monkey Patch https://github.com/bouk/monkey .
@rguthriemsft @QuickNS
The text was updated successfully, but these errors were encountered: