Azure / azure-functions-durable-extension

Durable Task Framework extension for Azure Functions
MIT License
710 stars 263 forks source link

[WIP] Make CreateCheckStatusResponseAsync methods virtual, so they may be mocked #2819

Closed davidmrdavid closed 1 month ago

davidmrdavid commented 1 month ago

[WIP] As in title, missing tests. Update: seems extension methods cannot be mocked, whoops. Need to revise the strategy