code/modules/unit_tests/stack_singular_name.dm
/datum/unit_test/stack_singular_name | Goes through every subtype of /obj/item/stack to check for a singular name, var/singular_name. Everything within the blacklist does not need to be tested because it exists to be overridden. This test will fail if a subtype of /obj/item/stack is missing a singular name. |
---|