mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
[Unix] Create a framework for certbot integration tests: PART 3g (#6953)
Following #6821, this PR continues to convert certbot integration tests into certbot-ci. This PR add tests covering checks on L531 to the end on tests/certbot-boulder-integration.sh. Previous lines are covered with existing tests, or by #6946, #6947, #6948, #6949, #6951, #6952. * Add tests * Add load resource * Separate OCSP in two tests * Copy new asset * Load the asset * Add coverage limit
This commit is contained in:
committed by
Brad Warren
parent
298b1db36b
commit
410e74c4a1
@@ -259,6 +259,6 @@ commands =
|
||||
--cov=acme --cov=certbot --cov=certbot_nginx --cov-report= \
|
||||
--cov-config={toxinidir}/certbot-ci/certbot_integration_tests/.coveragerc \
|
||||
-W 'ignore:Unverified HTTPS request'
|
||||
coverage report --include 'certbot/*' --show-missing
|
||||
coverage report --include 'certbot/*' --show-missing --fail-under=56
|
||||
passenv =
|
||||
DOCKER_*
|
||||
|
||||
Reference in New Issue
Block a user