Welcome to mirror list, hosted at ThFree Co, Russian Federation.

__init__.py « certbot_tests « certbot_integration_tests « certbot-ci - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60c2fcdd827bed5adabc1e480c7f5ab41ca62475 (plain)
1
2
3
4
5
import pytest

# Custom assertions defined in the following package need to be registered to be properly
# displayed in a pytest report when they are failing.
pytest.register_assert_rewrite('certbot_integration_tests.certbot_tests.assertions')