Concept Flow - Fixture organization
Define fixtures
Use fixtures in tests
Test runner injects fixtures
Fixtures setup runs
Test executes with fixture data
Fixtures teardown runs (if any)
Next test or finish
This flow shows how fixtures are defined, injected into tests, set up before tests run, and torn down after tests complete.