_std/macros/debug.dm
/obj/merge_conflict_marker | DO NOT USE THIS IN NORMAL MAPPING!!! Linters WILL fail. |
---|---|
TEST_FOCUS | For unit test support
Only run the test provided within the parentheses
This is useful for debugging when you want to reduce noise, but should never be pushed
Intended to be used in the manner of TEST_FOCUS(/datum/unit_test/math) |
Define Details
TEST_FOCUS
For unit test support
Only run the test provided within the parentheses
This is useful for debugging when you want to reduce noise, but should never be pushed
Intended to be used in the manner of TEST_FOCUS(/datum/unit_test/math)