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.
MIT License
392 stars 181 forks source link

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

Open snobu opened 5 years ago

snobu commented 5 years ago

@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.

yokawasa commented 5 years ago

@snobu That’s a brilliant idea!! Let’s try!

snobu commented 5 years ago

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

snobu commented 4 years ago

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