Unit tests for Python Firebase Functions
There should be unit testing for python functions like we have unit testing for typescript here: https://firebase.google.com/docs/functions/unit-testing.
2
votes
João Abrantes
shared this idea
-
Thomas Bouldin commented
We had designed the Python SDK with the assumption that a unit testing library was less necessary because the Functions SDK (and Admin SDK) was less "magical". What specific features do are you looking for in a test SDK?