Azure functions abstract away many dependencies, such as queue libraries and Azure tables. Thus, of the Unit Test dependencies scoffed, there is less coding effort (and therefore less maintenance).
Assuming we are developing locally using Visual Studio 2015
- How can I Unit Test (not interested in integration test) single Azure function? Preferably, however, in xUnit, any infrastructure will do.
- How can I use Unit Test to use a function in a .csx file in general?
source share