-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Burn Transaction Test + Refactors in Basic #627
Conversation
…ial/full-service into zd/burn_transaction_test
…ial/full-service into zd/burn_transaction_test
914dfcd
to
84273bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it makes most sense for burn_transaction_test.py to live with the other integration tests and not under python-library
Folder structure is out of scope for this, will revisit in a later PR. I think |
* seeing what needs to change.. * revert globals * seems to work! * instanciate testutils
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just had questions as I'm learning about all this
Soundtrack to this PR
Motivation
Integration test coverage for Burn Transactions. Working towards standard, reusable, relatively parsable testing helper functions.
In this PR
TestUtils
class ( to be moved out of basic later. )accounts.py
is a script i ended up writing to print the ID, balance and entropy of all my imported FS accounts.fullservice.py
pytest
compatibility forbasic.py
andburn_transaction_test.py
Test Plan
poetry run python burn_transaction_test.py
To Do
Make sure
async def wait_for_account_sync():
works right.Future Work
TestUtils
into it's own file, and sort out the folder structure..get
EVER AGAIN IN MY LIFE I S2G IF I SEE ANOTHERNoneType
ERR-