helium_py.test.utils

helium-py test utils.

Module Attributes

BOB_WORDS

Words for test user Bob.

ALICE_WORDS

Words for test user Alice.

BOB_B58

B58 for Bob.

ALICE_B58

B58 for Alice.

BOB_BIP_39_WORDS

BIP 39 Words for Bob.

Functions

get_test_users()

Fixture to provide user objects to test cases.

Classes

TestUser(words, b58, keypair[, bip_39_words])

Data for a test user.

TestUsers(bob, alice)

Users to be used in tests.