-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pytest tests for forwarder and retro endpoints
- Added test cases for the `/nx/forwarder/{console}/{tid}` and `/nx/retro/{tid}` endpoints to validate retro forwarder functionality. - Included a new forwarder TID for the 3DS console in the test database to ensure accurate testing. - Enhanced test coverage to verify correct responses and error handling for forwarders and unsupported platforms.
- Loading branch information
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "0510800001e30000", | ||
"name": "Pet Zombies [3DS]", | ||
"size": 81399807, | ||
"releaseDate": 20111018, | ||
"description": "<p>\n Pet Zombies for Nintendo 3DS lets you reanimate your very own \n customizable zombies that you can play with, care for, or torment in a \n variety of environments where they can shamble, shuffle and lurch. Bond \n with your zombie by providing it food, toys and interaction, but be \n careful; if you neglect your zombie, you may find yourself minus a \n finger, or...a brain!\n </p><p>\n Features\n </p><p>\n \u2022 Nurture your zombie with severed arm chew toys, brains-in-a-ball, and \n more!<br/>\u2022 Punish your zombie with torches, shock collars, and more!<br/>\u2022 \n Play games with your pet to buy fun new items in the shop.\n </p>" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters