mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* Updates our unit testing to be much better than it is now Updates our unit testing to somewhat more functional ones ported from TG I also added 2 new unit tests to serve as examples, mapping and job landmarks. * Revert some minor things * Fixes the log file * Update unit_tests.dm * adds a missing icon * additional changes
10 lines
239 B
JSON
10 lines
239 B
JSON
{
|
|
"map_name": "MultiZ Debug",
|
|
"map_path": "map_files/debug",
|
|
"map_file": "multiz.dmm",
|
|
"ignored_unit_tests": [
|
|
"/datum/unit_test/job_roundstart_spawnpoints"
|
|
],
|
|
"traits": [{"Up": 1}, {"Up": 1, "Down": -1}, {"Down": -1}]
|
|
}
|