mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Stairs unit test (#18465)
* sdf * fsaddf * sadf * sadf * expanded documentation on stairs
This commit is contained in:
@@ -42,6 +42,7 @@ var/ascii_reset = "[ascii_esc]\[0m"
|
||||
// Templates aren't intended to be ran but just serve as a way to create child objects of it with inheritable tests for quick test creation.
|
||||
|
||||
/datum/unit_test
|
||||
abstract_type = /datum/unit_test
|
||||
var/name = "template - should not be ran."
|
||||
var/disabled = 0 // If we want to keep a unit test in the codebase but not run it for some reason.
|
||||
var/async = 0 // If the check can be left to do it's own thing, you must define a check_result() proc if you use this.
|
||||
|
||||
Reference in New Issue
Block a user