mattcasters / pentaho-pdi-dataset

Set of PDI plugins to more easily work with data sets. We also want to provide unit testing capabilities through input data sets and golden data sets.
Apache License 2.0
30 stars 13 forks source link

Unit Tests: Support parameterised path #33

Closed diethardsteiner closed 5 years ago

diethardsteiner commented 5 years ago

Currently it seems like the absolute path to the ktr gets saved in the unit test. As a developer I want to be flexible and have an option available to parameterise the path. E.g. Developer A stores his files in /home/a/git/myproject/ whereas developer B stores her files in /home/b/work/projects/myproject: Both work on the same project, but on different files.

mattcasters commented 5 years ago

You need to set variable UNIT_TESTS_BASE_PATH for this. The kettle-environment project handles this for you.

https://github.com/mattcasters/pentaho-pdi-dataset/wiki/Basic-documentation