We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is nice to be able to easily generate dummy data for tests.
https://github.com/ethereum/trinity/blob/545a1d59eb78195bef00a83f5d40cbfa267f31cf/p2p/tools/factories/keys.py
The above uses factory-boy to create factories for generating PublicKey and PrivateKey instances for testing.
factory-boy
PublicKey
PrivateKey
eth_keys.tools.factories
[factories]
extras_require
The text was updated successfully, but these errors were encountered:
Is this issue still open?
Sorry, something went wrong.
Add Python 3.11, add more black checks, remove upper pins (ethereum#69)
7b0bc76
No branches or pull requests
What was wrong?
It is nice to be able to easily generate dummy data for tests.
https://github.com/ethereum/trinity/blob/545a1d59eb78195bef00a83f5d40cbfa267f31cf/p2p/tools/factories/keys.py
The above uses
factory-boy
to create factories for generatingPublicKey
andPrivateKey
instances for testing.How can it be fixed?
eth_keys.tools.factories
[factories]
into theextras_require
that includes thefactory-boy
dependency.The text was updated successfully, but these errors were encountered: