PyTest - Fixtures
You have two fixtures:
db that returns a database connection string, and user that depends on db to create a user object. How should you write a test function that uses both fixtures correctly?