def test_e_ID(self): self.assertIsNone(Library.ID("xxxx"))
def test_n_ID(self): self.assertIsInstance(Library.ID("[32322- (2342)]"), str)