TestFilePath
auto testFilePath = TestFilePath("testserver.py");
auto testFilePath = TestFilePath("proxy.py");
std::string testFilePath = TestFilePath("testfile.txt");
child_process_args.push_back(TestFilePath("testserver.py"));
child_process_args.push_back(TestFilePath("proxy.py"));