certbot/certbot-compatibility-test/certbot_compatibility_test
Brad Warren f8ff881d23
Don't use acme.test_util outside of acme. (#7484)
`certbot-compatibility-test` is using code in `acme` that I proposed making private and not trivially importable in https://github.com/certbot/certbot/issues/5775.

To fix it, I switched to using Certbot's test utilities which I proposed keeping public to help with writing tests for plugins. When doing this I had to change the name of the key because `rsa1024_key.pem` doesn't exist in Certbot.

I also deleted the keys in `certbot-compatibility-test`'s testdata because because they are unused.
2019-11-01 10:06:32 -07:00
..
configurators Update to Pylint 1.9.4 and corrections 2019-04-09 09:22:19 +02:00
testdata Don't use acme.test_util outside of acme. (#7484) 2019-11-01 10:06:32 -07:00
__init__.py s/Let's Encrypt/Certbot certbot-compatibility-test 2016-04-13 16:59:37 -07:00
errors.py s/Let's Encrypt/Certbot certbot-compatibility-test 2016-04-13 16:59:37 -07:00
interfaces.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
test_driver.py Merge branch 'master' into pylint 2019-04-02 22:32:01 +02:00
util.py Don't use acme.test_util outside of acme. (#7484) 2019-11-01 10:06:32 -07:00
validator.py Remove IValidator (#6572) 2019-02-01 12:22:11 -08:00
validator_test.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00