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

When opening a transformation, I want to have a unit test opened #36

Closed mattcasters closed 5 years ago

mattcasters commented 5 years ago

When developing it's useful to have the right test-case opened as well. That we you can continue development and testing right away. Typically this is one of type "Unit test" but of type "Development".

mattcasters commented 5 years ago

To avoid storing any information in a transformation, I want to simply flag a test to be loaded by the transformation. You can have multiple tests flagged this way but we pop up a dialog to have the user choose which.

mattcasters commented 5 years ago

Actually, when switching sessions, selecting from a list would really suck so let's just pick the first one we see, which ever that is.