Now on a project of mine I have to test a populator that creates some objects with events (e.g., on object insert create other subobject B transparently and then add other contents under the subobject B). At this time of writing it works fine starting with pserve but I didn't find a solution for testing this populator because subobject B doesn't exist (add app, events fixtures didn't worked). Any idea?