Closed
Description
Before this can even be considered for adoption, it needs a much more thorough and easy to understand test suite.
If I run into an issue with a library, the first place I look to make sure I am using it correctly is the tests. A single test, that relies on confusing process forking and and pulls in half a dozen fixtures at once just doesn't cut it.
@novemberborn had the great idea of not doing actual source transforms, but simple text once. That is the idea behind fake-module-system
. I think it makes the tests in capture-require
really easy to understand.