-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Start making debug recipes for tests that can use them #77749
base: master
Are you sure you want to change the base?
Start making debug recipes for tests that can use them #77749
Conversation
src/recipe_dictionary.cpp:66 This is a tomorrow problem |
], | ||
"proficiencies": [ { "proficiency": "prof_millinery" }, { "proficiency": "prof_polymerworking" } ] | ||
} | ||
] |
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.
[JSON & C++ formatters] reported by reviewdog 🐶
] | |
] |
? |
Shouldn't these go in /data/mods/TEST_DATA? |
I tried that and for some reason the tests refused to find them. Which probably kills this PR honestly. |
Maybe because you have recipe id = And to make it work you need to add a suffix. But maybe I'm wrong and the reason is something else. Cataclysm-DDA/doc/JSON_INFO.md Line 2128 in 2d4306f
Alternatively, add the item: helmet_scavenger_debug |
Summary
Infrastructure "Debug recipes for tests: first"
Purpose of change
Helps to fix #75255
Describe the solution
Adds a debug recipe and makes it be used in testing.
Describe alternatives you've considered
Adding all this to the original PR it's in service to.
Testing
Additional context