update Pihole fixture comment

This commit is contained in:
diginc 2016-11-03 00:05:19 -05:00
parent d2f815bba7
commit 5b54b9cb11
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ check_output = testinfra.get_backend(
@pytest.fixture
def Pihole(Docker):
''' used to contain some script stubbing, now pretty much an alias '''
''' used to contain some script stubbing, now pretty much an alias.
Also provides bash as the default run function shell '''
def run_bash(self, command, *args, **kwargs):
cmd = self.get_command(command, *args)
if self.user is not None: