Clarify which of the candidates is the right one - removing assert

This commit is contained in:
Stephan Kulow
2022-11-03 15:29:58 +01:00
parent f2019db8ff
commit dd5e26b779
5 changed files with 4611 additions and 2 deletions

View File

@@ -71,6 +71,9 @@ class TestTreeMethods(unittest.TestCase):
def test_firewalld_tree(self):
self.verify_package("firewalld")
def test_FastCGI_tree(self):
self.verify_package("FastCGI")
if __name__ == "__main__":
unittest.main()