(self, user)
| 6 | @pytest.mark.usefixtures("resetSettings") |
| 7 | class TestUser: |
| 8 | def testAddress(self, user): |
| 9 | assert user.master_address == "15E5rhcAUD69WbiYsYARh4YHJ4sLm2JEyc" |
| 10 | address_index = 1458664252141532163166741013621928587528255888800826689784628722366466547364755811 |
| 11 | assert user.getAddressAuthIndex("15E5rhcAUD69WbiYsYARh4YHJ4sLm2JEyc") == address_index |
| 12 | |
| 13 | # Re-generate privatekey based on address_index |
| 14 | def testNewSite(self, user): |
nothing calls this directly
no test coverage detected