lvermeulen / Bitbucket.Net

C# client for Atlassian Bitbucket Server
MIT License
32 stars 18 forks source link

Mocking #10

Closed robichaud closed 5 years ago

robichaud commented 5 years ago

Great work!

Have you thought about introducing interfaces to allow for mocking in tests? Really the only thing holding me back from using this library.

lvermeulen commented 5 years ago

I haven't had the time, but I do accept pull requests. Incidentally, I believe in integration tests and fakes more than I do in mocking.