/datum/unit_test/fish_aquarium_icons | Ensures that all fish have an aquarium icon state and that sprite_width and sprite_height have been set. |
---|
/datum/unit_test/fish_size_weight | Checks that things associated with fish size and weight work correctly. |
---|
/datum/unit_test/fish_breeding | Checks that fish breeding works correctly. |
---|
/datum/unit_test/fish_evolution | Checks that fish evolutions work correctly. |
---|
/obj/item/fish/testdummy | dummy fish item used for the tests, as well with related subtypes and datums. |
---|
/datum/fish_evolution/dummy/two | This is used by both fish_evolution and fish_growth unit tests. |
---|
/datum/unit_test/fish_portal_gen_linking | A test that checks that fishing portals can be linked and function as expected |
---|
/datum/unit_test/fish_rescue_hook | Checks that we are able to fish people out of chasms with priority and that they end up in the right location |
---|
/datum/unit_test/fish_growth | Check that the fish growth component works. |
---|
/datum/unit_test/fish_randomize_size_weight | Check that nothing wrong happens when randomizing size and weight of a fish |
---|