certbot/certbot-dns-google/tests
ohemorange 9c345ac301
Do not require mock in Python 3 in certbot-dns modules (#7900)
Part of #7886.

This PR conditionally installs `mock` in `certbot-dns-*/setup.py` based on setuptools version and python version, when possible. It then updates the tests to use `unittest.mock` when `mock` isn't available.

* Do not require mock in Python 3 in certbot-dns modules

* update changelog

* error when trying to build wheels with old setuptools

* add type: ignores
2020-04-15 11:54:44 -07:00
..
testdata Refactor tests out of packaged module for dns plugins (#7599) 2019-11-26 15:25:28 -08:00
dns_google_test.py Do not require mock in Python 3 in certbot-dns modules (#7900) 2020-04-15 11:54:44 -07:00