Make a suite legible to a team โ shareable reports, markers, folders
--self-contained-html inlines the CSS/JS, so the one file is emailable or uploadable as a CI artifact.-m supports and/or/not. A seconds-long smoke subset is your everyday "did we break anything critical?" gate.conftest.py on the path to a test โ no imports.conftest.py = shared fixtures (everywhere); a nested one = scoped to that area. Central shared, local specific.--durations=10 (slowest tests) and -q (one char per test). Module 10 wires this exact gate into GitHub Actions.Shareable reports, a smoke gate, and a folder layout that scales past a dozen files