jaboc83 / ynab-sdk-dotnetcore

YNAB API .Net Core Library https://api.youneedabudget.com
https://www.nuget.org/packages/YNAB.SDK/
Apache License 2.0
25 stars 9 forks source link

Need some kind of mock YNAB API to run the tests against #1

Closed jaboc83 closed 4 years ago

jaboc83 commented 4 years ago

Currently I'm running tests against one of my own "test budgets" but that makes it impossible for anyone else to develop with. I need a way to run a mock YNAB Rest API for the tests.

jaboc83 commented 4 years ago

Will need to expand the capabilities as more tests are written, but the basics are in place.