vespa-engine / pyvespa

Python API for https://vespa.ai, the open big data serving engine
https://pyvespa.readthedocs.io/
Apache License 2.0
95 stars 30 forks source link

Thomasht86/submit test zip #816

Closed thomasht86 closed 3 months ago

thomasht86 commented 3 months ago

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

Submits applicationTestZip if tests-directory exists when calling VespaCloud().deploy_to_prod(). The sample app used for integration test is duplicated from https://github.com/vespa-cloud/examples/tree/main/CI-CD/production-deployment-with-tests.

Could skip the integration test (and duplicating the example) if it is considered superfluous to our other tests?