我总是以这种方式运行测试: raco测试filename.rkt。是否有可能运行我的所有测试模块(module+测试.)在文件夹里?
发布于 2022-09-30 16:24:56
raco test directory/递归地对给定目录及其子目录中的所有.rkt文件进行测试。
raco test directory/
您可以将raco test .用于当前工作目录。
raco test .
https://stackoverflow.com/questions/73909395
相似问题