``` from my_fixtures import foobar, foo def test_...
# general
f
Copy code
from my_fixtures import foobar, foo

def test_foobar(foobar):
  assert foobar == 'foobar'
would also work I think, but it’s weird to make users of
foobar
realize that it depend on
foo