Open asmodehn opened 6 years ago
For clarity : This issue is about testing the behavior when one makes a custom importer (without defining his own class). It is important, especially in this case, to add tests before starting to change existing behavior.
The simplest way to make your custom importer, should also be the easiest : reusing existing classes directly should not come with surprises.
We should integrate the pattern I use in most FileFinder even if I they dont do much, only to integrate with existing python and work around some pitfalls :
There are probably similar changes that would be useful in PathFinder. I haven't used it enough yet to know which ones would be useful.