You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pi-hole/test
Adam Hill 8ca4c66e3c
make smarter assertions rathe than `largestring not in string`
6 years ago
..
README.md
__init__.py
centos.Dockerfile
conftest.py
debian.Dockerfile
fedora.Dockerfile
test_000_build_containers.py
test_automated_install.py make smarter assertions rathe than `largestring not in string` 6 years ago
test_centos_fedora_support.py make smarter assertions rathe than `largestring not in string` 6 years ago
test_shellcheck.py

README.md

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 :)