From b0019479af4443b361197c1fbe14e518f6307701 Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 30 Apr 2021 13:12:32 +0200 Subject: [PATCH] rename index to interface --- python/eth_accounts_index/__init__.py | 2 +- python/eth_accounts_index/{index.py => interface.py} | 0 python/tests/test_app.py | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) rename python/eth_accounts_index/{index.py => interface.py} (100%) diff --git a/python/eth_accounts_index/__init__.py b/python/eth_accounts_index/__init__.py index f42a3d9..c3447ef 100644 --- a/python/eth_accounts_index/__init__.py +++ b/python/eth_accounts_index/__init__.py @@ -1 +1 @@ -from .index import AccountsIndex +from .interface import AccountsIndex diff --git a/python/eth_accounts_index/index.py b/python/eth_accounts_index/interface.py similarity index 100% rename from python/eth_accounts_index/index.py rename to python/eth_accounts_index/interface.py diff --git a/python/tests/test_app.py b/python/tests/test_app.py index aec6d92..d4f6d5d 100644 --- a/python/tests/test_app.py +++ b/python/tests/test_app.py @@ -103,8 +103,6 @@ class Test(EthTesterCase): logg.debug('o {}'.format(o)) - - # TODO: reinstate all tests # def test_access(self): # registry = AccountRegistry(self.w3, self.address, self.w3.eth.accounts[1])