vvenegasv / exportable

Exportable is a component for .NET, 100% open source, with MIT license; builded on top of NPOI. In the future, are plans to handle other formats, like CSV, Json, and others.
MIT License
9 stars 5 forks source link

[Suggestion] Path to Test Folder could be parametrized and not hardcoded #3

Open portal7 opened 5 years ago

portal7 commented 5 years ago

After cloning the repository and running the unit tests, I see that all the tests fail.

Debugging, I see that there is a test destination route that is harked. My suggestion would be, would not it be advisable to return this parameterizable path?

vvenegasv commented 5 years ago

Hi, thanks for your feedback. I'm thinking add this configuration on app settings, in unit testing project. What do you think?

portal7 commented 5 years ago

Its a good Idea! ( BTW: Do you plan upgrade NPOI's version?) to 2.4 ?

vvenegasv commented 5 years ago

Yes, I will upgrade to the latest dependencies, unless it broke the package