Reinstate entry by indexmethod

This commit is contained in:
nolash
2020-12-30 08:58:37 +01:00
parent d3d731e76d
commit 16b84d4d0c
9 changed files with 23 additions and 7 deletions

View File

@@ -95,6 +95,9 @@ class Test(unittest.TestCase):
assert ifc.count() == 2
assert ifc.get_index(0) == self.address_token_one
assert ifc.get_index(1) == self.address_token_two
if __name__ == '__main__':
unittest.main()