def test_maxclients_set3(self): test_list = [] line = DirectiveInfo(DirectiveLine("MaxClients", ["22"]), 0, 'file.txt') test_list.append(line) auditor = ApacheConfigAuditor(test_list) self.assertTrue(auditor.maxclients_set())
def test_maxclients_set1(self): test_list = [] auditor = ApacheConfigAuditor(test_list) self.assertTrue(auditor.maxclients_set())