unity-sds / unity-monorepo

Apache License 2.0
0 stars 0 forks source link

Add apgs as functional system tests #32

Closed mike-gangl closed 1 month ago

mike-gangl commented 1 month ago

Purpose

Testing

Ran the following:

cp env.cfg .env.cfg
vi .env.cfg (fill out this stuff for the environment)
source .env.cfg
behave features/apgs/packaging.feature -t develop --no-capture

I also did this for the -t test tag. There is no -t prod tag available at this time, but that will come in the near future.

Future Work

there exists a file (regression_test.sh) that has the above command in it. The goal is to add the deployment/processing of that application package, and then checking to see if the data it should be creating is on S3 and in the catalog. This will provide a tight "end to end" setup.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10395669096

Details


Files with Coverage Reduction New Missed Lines %
libs/app-package-build-client/unity_sds_apgs_client/models/ads_acb_mcp_clone_get200_response.py 5 64.71%
libs/app-package-build-client/unity_sds_apgs_client/api/default_api.py 24 45.1%
libs/app-package-build-client/unity_sds_apgs_client/exceptions.py 25 32.22%
libs/app-package-build-client/unity_sds_apgs_client/rest.py 34 31.25%
libs/app-package-build-client/unity_sds_apgs_client/configuration.py 52 63.87%
libs/app-package-build-client/unity_sds_apgs_client/api_client.py 157 22.12%
<!-- Total: 297 -->
Totals Coverage Status
Change from base Build 10253529857: 3.8%
Covered Lines: 689
Relevant Lines: 1582

💛 - Coveralls