From: Chris Glass Date: Wed, 9 Jul 2014 09:04:49 +0000 (+0200) Subject: Removed failing test for now X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=commitdiff_plain;h=73ee95ec9aa815537c20f009ac2eef81ba2f9a47 Removed failing test for now As discussed on IRC, it might be too early to write this test since the behavior is not entirely defined yet. --- diff --git a/lib/tests/test_wallet.py b/lib/tests/test_wallet.py index f1cf04a..49d22ca 100644 --- a/lib/tests/test_wallet.py +++ b/lib/tests/test_wallet.py @@ -142,10 +142,6 @@ class TestNewWallet(WalletTestCase): self.assertEqual(self.wallet.get_seed(self.password), self.seed_text) self.assertEqual(0, len(self.wallet.addresses())) - def test_get_master_keys(self): - self.assertEqual(self.master_xpub, self.wallet.get_master_public_key()) - self.assertEqual(self.master_xpriv, self.wallet.get_master_private_key("m/", self.password)) - def test_add_account(self): self.wallet.create_account(self.first_account_name, self.password) self.assertEqual(1, len(self.wallet.addresses()))