(self, acfactory)
| 31 | ac._preconfigure_keypair(alice_secret) |
| 32 | |
| 33 | def test_getinfo(self, acfactory): |
| 34 | ac1 = acfactory.get_unconfigured_account() |
| 35 | d = ac1.get_info() |
| 36 | assert d["arch"] |
| 37 | assert d["number_of_chats"] == "0" |
| 38 | assert d["bcc_self"] == "0" |
| 39 | |
| 40 | def test_is_not_configured(self, acfactory): |
| 41 | ac1 = acfactory.get_unconfigured_account() |
nothing calls this directly
no test coverage detected