fixes #12574
First time contributing - could do with some advice completing this.
To me, issue consists of three parts:
- Creation of sub-directory within temp work-space
- I have low confidence that I approached this correctly (though I believe it works)
- Appending the name of the test into the folders the framework is created
- TODO - would appreciate a nudge in the correct direction to picking out the name of the executing test
- Iteration number of the test
- TODO - Relating to the 2nd point, my logic would be when I have the name of the test, check the file system and iterate the trailing int i.e.
dbwrapper_1todbwrapper_2
- TODO - Relating to the 2nd point, my logic would be when I have the name of the test, check the file system and iterate the trailing int i.e.
I'm happy to iterate this PR a few times until its acceptable, figured it was more sensible to seek advice than declare failure and bin the code 😉