(self, acfactory)
| 67 | assert ac1.get_config("bcc_self") == "1" |
| 68 | |
| 69 | def test_has_bccself(self, acfactory): |
| 70 | ac1 = acfactory.get_unconfigured_account() |
| 71 | assert "bcc_self" in ac1.get_config("sys.config_keys").split() |
| 72 | assert ac1.get_config("bcc_self") == "0" |
| 73 | |
| 74 | def test_selfcontact_if_unconfigured(self, acfactory): |
| 75 | ac1 = acfactory.get_unconfigured_account() |
nothing calls this directly
no test coverage detected