In the previous session, we used pytest.mark to add attributes to tests, allowing us to select which tests to run, such as with -m unit. Using marks allows for control such as "running only fast tests ...