-
Notifications
You must be signed in to change notification settings - Fork 842
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: add a test for worlds to not modify the itempool after create_items
#1460
Tests: add a test for worlds to not modify the itempool after create_items
#1460
Conversation
Plz also update the description of |
Just for awareness for other developers: @LegendaryLinux @TRPG0 @jonloveslegos @Br00ty @Berserker66 @PoryGone @JaredWeakStrike @zig-for @Alchav @SunnyBat @TheCondor07 @lordlou @N00byKing @KonoTyran @espeon65536 @FlySniper |
@Marechal-L tagging you in this too in case you can get to this before I can |
In the docstring of |
create_items
create_items
During |
FF1 does all of its item creation in |
What's the state of this? Should we merge with the list of shame or try to fix the simple ones (i.e. Checksfinder)? |
|
The smallkey thing was introduced by @espeon65536 , so that'd be first idea point. |
Current status:
|
Option1: we create an issue and ignore it not being tested here |
Do we know if some of the newly implemented games do that? |
# Conflicts: # test/general/test_items.py
i believe #2311 is the only thing this is currently "waiting" on? i don't think it's worth holding off merging this any longer since we have the open issue for it even if issues aren't followed very closely |
## What is this fixing or adding? Adjusted some map terrain. Made Ambushed in the Middle's HQ more exposed. Made Deep Thicket's AI spawn extra units. Adjusted some terrain in Rebel Village. Moved item creation from generate_basic to create_items for (ArchipelagoMW#1460)
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.
Thanks!
## What is this fixing or adding? Adjusted some map terrain. Made Ambushed in the Middle's HQ more exposed. Made Deep Thicket's AI spawn extra units. Adjusted some terrain in Rebel Village. Moved item creation from generate_basic to create_items for (ArchipelagoMW#1460)
…_items` (ArchipelagoMW#1460) * Tests: add a test for worlds to only modify the itempool in `create_items` * extend test multiworld setup instead of a new function * cleanup the test a bit * put more strict wording in `create_items` docstring * list of shame * Don't call `set_rules` before testing * remove ChecksFinder from the list of shame --------- Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com> Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
What is this fixing or adding?
Tests
Known worlds left to fix if this is to be implemented as a test:
How was this tested?
Tests
If this makes graphical changes, please attach screenshots.
N/A