-
Notifications
You must be signed in to change notification settings - Fork 723
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
Tests: Clean up some of the fill test helpers a bit #2935
Tests: Clean up some of the fill test helpers a bit #2935
Conversation
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.
Code changes LGTM, and for me the new code is noticeably easier to read.
Ran all tests locally in my PyCharm on both main
and this branch without any failures.
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.
Code looks good, and moving the helpers out of test_fill is definitely desirable
* Tests: Clean up some of the fill test helpers a bit * fix some formatting --------- Co-authored-by: NewSoupVi <[email protected]>
* Tests: Clean up some of the fill test helpers a bit * fix some formatting --------- Co-authored-by: NewSoupVi <[email protected]>
What is this fixing or adding?
Cleans up a few of the function helpers in test_fill with the more modern style conventions, mostly just strings. Moves
generate_multiworld
,generate_locations
andgenerate_items
to the base package since #2883 wants to use them so will create merge conflicts, which I'm ok with handling after.How was this tested?
tests