Test async fixture setup and usage with pytest-asyncio
Preconditions (2)
Step 1: Create an async fixture that sets up a resource asynchronously
Step 2: Write an async test function that uses the async fixture
Step 3: Run the test with pytest
Step 4: Verify the async fixture is awaited and the test passes
✅ Expected Result: The test runs successfully using the async fixture without errors