(unit-test-suite)= # Unit test suite > See also: [How to create a unit test suite](/doc/dev/how-to/create-unit-test-suite.md) A **unit test suite** is a collection of unit tests. Each suite has a distinct set-up and tear-down logic. Unit test suites are often composed of [util suites](util-suite.md).