pestphp / pest

Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
https://pestphp.com
MIT License
9.06k stars 313 forks source link

Fix nested datasets #1134

Open fabio-ivona opened 2 months ago

fabio-ivona commented 2 months ago

This PR will allow to have nested datasets inside Datasets folder

note

this solution seems to work in standard mode, but fails with --parallel flag set up, it seems that the nested dataset si found, but the tests are filtered out by Paratest

can't get why, would be great if someone could take a look at this, maybe I'm missing something :(

fixes #1121