Snooz82 / robotframework-datadriver

Library to provide Data-Driven testing with CSV tables to Robot Framework
Apache License 2.0
131 stars 37 forks source link

Custom reader from absolut path #14

Closed WillyWinkel closed 4 years ago

WillyWinkel commented 4 years ago

I want to create a custom reader, which is located within my sources. Therefore it would be neat to be able to pass an absolut path to the DataDriver settings and tell it where my custom reader is. See push request #13

Snooz82 commented 4 years ago

Hi Len.. Ähm Willy,

i merged you PR, but i want to impove this functionality that it is also possible to use just a Class name. Example you write your file indexer and you create a setup.py for it, so that it can be distributed to the test systems properly. It should be possible to just import them by ClassName.

Cheers + C U René

Snooz82 commented 4 years ago

@WillyWinkel Could you check out new Version 0.3.4.

Does this fit your needs? Thanks for your contribution!

WillyWinkel commented 4 years ago

Working like a charm