rename/clarify test and move RunningPiHole to global py.test scope

This commit is contained in:
diginc
2016-11-06 13:40:24 -06:00
parent 879f39c52d
commit 6ec264e3b6
3 changed files with 12 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ expected_debian_lines = [
('debian', expected_debian_lines, 1),
('debian', expected_debian_lines, 2)
])
def test_setup_php_env(Docker, tag, expected_lines, repeat_function):
def test_debian_setup_php_env(Docker, tag, expected_lines, repeat_function):
''' confirm all expected output is there and nothing else '''
stdout = ''
for i in range(repeat_function):