community.crypto/tests/unit/plugins/module_utils/acme
Felix Fontein 0e1f0fd730
ACME exception fixes (#217)
* Fix wrong usages of ACMEProtocolException.

* Add changelog fragment.

* Fix error handling when content could not be decoded.

* Make sure that content_json is a dict or None.

* Improve acme_inspect's ACMEProtocolException handling.

* Improve error handling.

* Add tests.

* Fix challenge error.

* Add challenges tests.

* Provide content if available.

* Add some order tests.

* Linting.
2021-04-11 14:44:44 +02:00
..
fixtures Move modules and module_utils unit tests to correct place (#13) 2020-03-31 10:05:49 +02:00
__init__.py Move modules and module_utils unit tests to correct place (#13) 2020-03-31 10:05:49 +02:00
backend_data.py ACME exception fixes (#217) 2021-04-11 14:44:44 +02:00
test_backend_cryptography.py acme: improve error handling in backend's parse_key() (#208) 2021-03-22 07:30:06 +01:00
test_backend_openssl_cli.py acme: improve error handling in backend's parse_key() (#208) 2021-03-22 07:30:06 +01:00
test_challenges.py ACME exception fixes (#217) 2021-04-11 14:44:44 +02:00
test_errors.py ACME exception fixes (#217) 2021-04-11 14:44:44 +02:00
test_io.py ACME modules refactor (#187) 2021-03-21 09:40:25 +01:00
test_orders.py ACME exception fixes (#217) 2021-04-11 14:44:44 +02:00
test_utils.py ACME modules refactor (#187) 2021-03-21 09:40:25 +01:00