TestExamplesDotnet icon indicating copy to clipboard operation
TestExamplesDotnet copied to clipboard

Add azure functions example

Open Rick-van-Dam opened this issue 1 year ago • 0 comments

Azure functions are quite hard to integration test as they need to be run inside a 'function host' and theres no equivalent to webapplicationfactory in azure functions. That probably means that these tests are going to be more cumbersome and slower than testing with asp .net

Some options:

Rick-van-Dam avatar Dec 08 '23 21:12 Rick-van-Dam