azure-functions-python-samples
azure-functions-python-samples copied to clipboard
[Just an idea] GitHub Action for end to end testing
@yokawasa Should we try to add some end to end testing for v2 functions via GitHub Actions? I have a Visual Studio Azure subscription (200 USD credit) that i don't really use and we could use that for the test bed.
@snobu That’s a brilliant idea!! Let’s try!
Alrighty then,

I'll try the easy stuff first, queue trigger and blobs. Note to self: https://github.com/Azure/actions-workflow-samples/blob/master/linux-python-functionapp-on-azure.yml
I have some good progress with this one, i'll dedicate some time to have a minimal pipeline here that first tests the function app starts up properly. In the 2nd sprint i'm planning to test each function individually.
Also famous last words :)