Introduction
Test packages help organize many test files into folders. This makes tests easier to find and run together.
You have many test files and want to group them by feature or module.
You want to run all tests in a folder at once.
You want to share setup code for tests in the same folder.
You want to keep your project tidy and easy to maintain.
You want to avoid running unrelated tests accidentally.