mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-25 16:50:14 +00:00
Tox!
Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
parent
fff31558a0
commit
88e4b6390c
6 changed files with 35 additions and 2 deletions
13
test/README.md
Normal file
13
test/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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 :)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue