mirror of https://github.com/MISP/PyTaxonomies
Get back to 100% coverage
parent
e7eee01f1a
commit
7bad7cc38d
|
@ -41,6 +41,9 @@ class TestPyTaxonomies(unittest.TestCase):
|
|||
entry = list(pred.values())[0]
|
||||
print(entry)
|
||||
|
||||
def test_amountEntries(self):
|
||||
list(self.taxonomies.values())[0].amount_entries()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in New Issue