test

test — A small piece of code that runs your code and checks whether it still works.

Tests catch mistakes before users do. They're especially useful when you or an AI changes code that worked yesterday — running the tests tells you quickly if anything broke.

"Run the tests." "The test is failing."

Related
bugdebugfunctionlint