Introduction
Custom markers help you label tests so you can run or skip groups of tests easily.
You want to run only slow tests separately from fast tests.
You want to skip tests that need a database when it is not available.
You want to mark tests that check new features under development.
You want to group tests by feature or module for easier management.