patch icon indicating copy to clipboard operation
patch copied to clipboard

Give authors more control over imports

Open ihumanable opened this issue 2 years ago • 1 comments

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.

ihumanable avatar Jan 01 '23 22:01 ihumanable

New mechanism introduced in #51

ihumanable avatar Jan 01 '23 22:01 ihumanable