mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 22:28:18 +00:00
Start test templates.
This commit is contained in:
parent
297d4eec57
commit
153a9d8ac7
@ -277,7 +277,7 @@ def test_installPiholeWeb_already_populated_no_errors(Pihole):
|
|||||||
def test_update_package_cache_success_no_errors(Pihole):
|
def test_update_package_cache_success_no_errors(Pihole):
|
||||||
''' confirms package cache was updated without any errors'''
|
''' confirms package cache was updated without any errors'''
|
||||||
updateCache = Pihole.run('''
|
updateCache = Pihole.run('''
|
||||||
source /opt/pihole/basick-install.sh
|
source /opt/pihole/basic-install.sh
|
||||||
update_pacakge_cache
|
update_pacakge_cache
|
||||||
''')
|
''')
|
||||||
assert 'Updating local cache of available packages...' in updateCache.stdout
|
assert 'Updating local cache of available packages...' in updateCache.stdout
|
||||||
|
Loading…
Reference in New Issue
Block a user