Merge pull request #10527 from SomberNight/202603_tests_plugins

tests: move revealer and timelock_recovery stuff to tests/plugins/
This commit is contained in:
ghost43
2026-03-16 01:16:48 +00:00
committed by GitHub
4 changed files with 2 additions and 2 deletions
View File
@@ -1,6 +1,6 @@
from electrum.plugins.revealer.revealer import RevealerPlugin
from . import ElectrumTestCase
from .. import ElectrumTestCase
class TestRevealer(ElectrumTestCase):
@@ -12,7 +12,7 @@ from electrum.wallet_db import WalletDB
from electrum.plugins.timelock_recovery.timelock_recovery import TimelockRecoveryContext, TimelockRecoveryPlugin
from . import ElectrumTestCase
from .. import ElectrumTestCase
class TestTimelockRecovery(ElectrumTestCase):