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

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2021-01-30 02:31:11 +0300
committerBrad Warren <bmw@eff.org>2021-01-30 02:31:11 +0300
commit2e33aec8a849ba56afa6acd2764b4f3b328aa88e (patch)
tree750913affd78b8e57b9300bd83902ae7992b1d84 /tox.ini
parentbdfb9f19c4086a60ef010d2431768850c26d838a (diff)
add tests with external mock library
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 94cd305aa..fd9105e8b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -137,6 +137,11 @@ commands =
setenv =
{[testenv:oldest]setenv}
+[testenv:external-mock]
+commands =
+ python {toxinidir}/tools/pip_install.py mock
+ {[base]install_and_test} {[base]all_packages}
+
[testenv:lint]
basepython = python3
# separating into multiple invocations disables cross package