1 2 3 4 5 6
tests = files('test_server.py') foreach test : tests name = fs.stem(test) test(name, python, args: [test]) endforeach