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 88e4b6390c
Tox!
6 years ago
..
README.md Tox! 6 years ago
__init__.py setupVar tests passing for debian & centos 8 years ago
centos.Dockerfile move PH_TRUE to Dockerfiles to DRY 8 years ago
conftest.py add Fedora container to test matrix 6 years ago
debian.Dockerfile Debian buildpack image for docker (Need `curl` for testing, using scm version to add `curl` and `git`.) 7 years ago
fedora.Dockerfile add Fedora container to test matrix 6 years ago
test_000_build_containers.py ensure images are build prior to running tests 6 years ago
test_automated_install.py assert REMI repository is not installed for Fedora 6 years ago
test_centos_fedora_support.py assert REMI repository is not installed for Fedora 6 years ago
test_shellcheck.py python linting: 'pytest' imported but unused (F401) 6 years ago

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