Open jpmckinney opened 3 months ago
I would love to, but it's very hard to figure out where/how to test this. Basically, I'd need some scaffolding to be able to provide a configuration file, source files and a custom extractor and test whether the output is as expected.
Otherwise, if I want to use a different method for one file AND use options, I can't do, for example:
The current code will match
path/file.py
tomyextractor
, but it'll use the empty options frompython
...