Hi there, I'm trying to write tests for an egg which expects certain entry points to be supplied for an entry point group it is interested in. What is the easiest way (in testing code) to make a new entry point in some group in a test setup, and nuke it again in the test tearDown? Tx -i