patch
patch copied to clipboard
Give authors more control over imports
Patch wants to own various symbols in a test but these can conflict with symbols the author might be importing either directly or indirectly.
A good example is that Phoenix would like to import patch from Phoenix.Router, this directly conflicts with Patch.patch
Create some mechanisms that allows the author to have greater control over the imports.
New mechanism introduced in #51