UI tests ensure that errors and warnings are correctly raised for given code cases. This can verify that lints fire when they're supposed to, and don't in all other occasions. I think ui_test would be great for this, since this is what the main bevy repo uses.
UI tests ensure that errors and warnings are correctly raised for given code cases. This can verify that lints fire when they're supposed to, and don't in all other occasions. I think
ui_test
would be great for this, since this is what the mainbevy
repo uses.