Stairs unit test (#18465)

* sdf

* fsaddf

* sadf

* sadf

* expanded documentation on stairs
This commit is contained in:
Fluffy
2024-02-20 11:37:30 +00:00
committed by GitHub
parent 919130bfb3
commit 4311296f91
10 changed files with 217 additions and 269 deletions
+1
View File
@@ -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.