cloudendpoints / endpoints-python

A Python framework for building RESTful APIs on Google App Engine
Apache License 2.0
51 stars 17 forks source link

Add live (integration) test for app deployment and api key checks. #109

Closed inklesspen closed 6 years ago

inklesspen commented 6 years ago

The test requires certain environment variables to be set; you need to set up a suitable Google Cloud project and acquire credentials before you can run this test.

For this reason, I don't know if we can add it to the CI. Better to run it manually before each release.

inklesspen commented 6 years ago

Codecov is clearly on drugs; test utility files should be excluded from coverage anyway, and there's no way this PR is responsible for that function not being called.

tangiel commented 6 years ago

I think it's technically possible to add it to CI, but I probably wouldn't recommend it.