certbot/letsencrypt-auto-source/tests/__init__.py

8 lines
163 B
Python
Raw Normal View History

"""Tests for letsencrypt-auto
2016-01-08 16:55:52 -05:00
Run these locally by saying... ::
./build.py && docker build -t lea . -f Dockerfile.<distro> && docker run --rm -t -i lea
"""