We’re using nose with nose-gae for unit testing our controllers and models. We now have code that hits the blob store and files API. We are having a hard time testing those due to lack of testing proxies/mocks. Is there a good way to unit tests these services or lacking unit testing is there a way to automated acceptance test those APIs? TIA.
We’re using nose with nose-gae for unit testing our controllers and models. We now
Share
Try something like this for the blobstorage tests:
Works well in my tests (though I don’t use nose, I use webtest).