robotframework-datadriver icon indicating copy to clipboard operation
robotframework-datadriver copied to clipboard

Enhancement: support AbstractReaderClass subclasses as reader_class argument value

Open robinmackaij opened this issue 4 years ago • 0 comments

Subclassing DataDriver when there is a need to use a custom reader_class is somewhat cumbersome at the moment since the init of DataDriver will try to resolve the reader_class based on filename. This can be improved by allowing AbstractReaderClass subclasses to be passed as the reader_class argument and having DataDriver check for subclass before trying to import the module from file path.

robinmackaij avatar Aug 30 '21 14:08 robinmackaij