mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
88e4b6390c
Signed-off-by: Adam Hill <adam@diginc.us> |
||
---|---|---|
.. | ||
__init__.py | ||
centos.Dockerfile | ||
conftest.py | ||
debian.Dockerfile | ||
fedora.Dockerfile | ||
README.md | ||
test_000_build_containers.py | ||
test_automated_install.py | ||
test_centos_fedora_support.py | ||
test_shellcheck.py |
How do I test?
Make sure you have Docker and Python w/pip package manager.
From command line all you need to do is:
pip install tox
tox
How do I debug python?
Highly recommended: Setup PyCharm on a Docker enabled machine. Having a python debugger like PyCharm changes your life if you've never used it :)