This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
pi-hole
mirror of
https://github.com/pi-hole/pi-hole.git
Watch
1
Star
0
Fork
You've already forked pi-hole
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1550f29f06
pi-hole
/
.gitignore
13 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
.DS_Store banished!
2016-03-28 23:02:36 +02:00
.DS_Store
setupVar tests passing for debian & centos
2016-10-11 06:14:39 +02:00
*.pyc
*.swp
__pycache__
.cache
add tests for selinux checking Signed-off-by: bcambl <blayne@blaynecampbell.com>
2018-06-26 08:09:30 +02:00
.pytest_cache
Tox! Signed-off-by: Adam Hill <adam@diginc.us>
2018-07-12 06:23:32 +02:00
.tox
.eggs
*.egg-info
Remove .idea/ Signed-off-by: Frieder Bluemle <frieder.bluemle@gmail.com>
2021-10-06 13:33:13 +02:00
.idea/
Add other JetBrains stuff to ignore
2017-12-30 19:37:17 +01:00
*.iml
Update the tests (#4427) * unpin the requirements and update all to latest available - needs more work still. see notes in `def host()` Signed-off-by: Adam Warner <me@adamwarner.co.uk> * fix py3 monkey patch of testinfra docker using bash Signed-off-by: Adam Hill <adam@diginc.us> * update the other test files to use `host` instead of `Pihole` Address some sticklr and codefactor update python version from 3.7 to 3.8 preload `git` onto the centos/fedora test images, and switch which with command -v in the passthrough mock testinfra is deprecated, use pytest-testinfra Signed-off-by: Adam Warner <me@adamwarner.co.uk> Co-authored-by: Adam Hill <adam@diginc.us>
2021-11-18 02:03:37 +01:00
.vscode/