Things I would do to further test this:
- Put a “sleep” in the test itself, long enough for you to look at the test database manually and see if the table is created and record inserted.
- Put debugging output in places like the fixture constructor (might need to be created just for this purpose; make sure you remember to call the parent) to confirm that the fixture is actually being called as you expect.