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.
5
votes
-
Bradley McCallion commented
Not specifically looking for any SDK but just documentation on unit testing python firebase functions with recommended practices would be nice!
-
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?