mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
i2p: Rename test fixtures to avoid a minor warning
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
717c3b39e9
commit
532a450ef7
@ -29,8 +29,8 @@ TUNNEL_CONF_PATH = DATA_DIR / 'i2ptunnel.config'
|
||||
TUNNEL_HTTP_NAME = 'I2P HTTP Proxy'
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def editor():
|
||||
@pytest.fixture(name='editor')
|
||||
def fixture_editor():
|
||||
"""Setup editor for each test."""
|
||||
return TunnelEditor(str(TUNNEL_CONF_PATH))
|
||||
|
||||
|
||||
@ -26,8 +26,8 @@ from plinth.modules.i2p.tests import DATA_DIR
|
||||
ROUTER_CONF_PATH = str(DATA_DIR / 'router.config')
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def editor():
|
||||
@pytest.fixture(name='editor')
|
||||
def fixture_editor():
|
||||
"""Return editor instance object for each test."""
|
||||
return RouterEditor(ROUTER_CONF_PATH)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user