Custom string substitutors functionality#108
Custom string substitutors functionality#108drapostolos wants to merge 1 commit intomatteobaccan:masterfrom
Conversation
|
My use case for this is: I want to create a unique directory path, where I can place logs gathered during automatic tests. I.e. a unique folder for each test run. I would like to be able to specify this path in my configuration file, something like this: My /Alex |
a7675e6 to
787b5f8
Compare
|
Implementation of this feature is now added. Comments? |
787b5f8 to
34798fc
Compare
34798fc to
0768e9a
Compare
df63501 to
3ef11bd
Compare
1b8f02f to
cd3dc86
Compare
As requested here are the unit test for such functionality (plus the necessary implementation to compile). If this functionality is approved, then I'll modify this pull request with an actual implementation.
/Alex