Skip to content

Commit

Permalink
TestWorld implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysintreble committed Dec 8, 2024
1 parent 8110e8c commit 4642ebb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/general/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ class TestWorld(World):
location_name_to_id = {}
hidden = True

def get_filler_item_name(self) -> str:
return "Nothing"


# add our test world to the data package, so we can test it later
network_data_package["games"][TestWorld.game] = TestWorld.get_data_package_data()
Expand Down

0 comments on commit 4642ebb

Please sign in to comment.