Bruno Almeida

Results 2 comments of Bruno Almeida

thanks @bugy I am having some difficulty understanding the tests parts. Would you be able to help me writing the test for this one, and I should be able to...

1. The problem with using ```py files.append(os.path.join(_root, name)) ``` is that the path returned includes the config+runners directory ``` FileNotFoundError: [Errno 2] No such file or directory: '../testconf/testconf/runners/Script2/Script2.json' ``` Hence...