Help designing unit tests?

I've been trying to find a way for this to run in all the loaded modules in the Project Library without having to type the module names into the test each time I run it. Is there a nice way to do this?

I've tried some things along the lines of

and

but it seemed like there should be an easier way. I'm sure that with enough digging through, you could determine which modules are being loaded through the Project Library, which are being imported, and which are automatically loaded, but this seems like an unnecessary amount of work for something that should be fairly trivial.

Apologies if this should be in a separate thread, but it seemed relevant to this thread and anyone who might stumble on it in the future.

Thanks!