Extension Tests & Fixtures

I remember this being mentioned before, but can’t find it. Is there
an easy way to add fixtures with an extension? In particular, I’d
like to have a fixture file that includes new pages so that I can
test a new page type (I’m updating the alias_behavior I posted
earlier to a full extension).

~~ Brian

If you have fixtures stored in your extension, use extension_fixtures.
The normal fixtures command will load fixtures from the default
directory.

Sean