yokawasa / azure-functions-python-samples

Azure Functions Python Sample Codes. NOTE: The project, hosted in a repository, is no longer actively maintained by its creators or contributors. There won't be any further updates, bug fixes, or support from the original developers in the project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Just an idea] GitHub Action for end to end testing

snobu opened this issue · comments

@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 :)