Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到许多 Julia 项目似乎在测试文件夹中包含一个名为“runtests.jl”的文件。该文件名是否有重要意义,或者我可以将我的测试文件命名为我想要的任何名称?
如包管理器文档中所述,当您test在激活特定包的同时在包管理器中运行时,它将默认查找runtests.jl文件。从文档中看,似乎没有一种方法可以覆盖此命名约定,因此应该假设您的单元测试的入口点应该是runtests.jl文件。
test
runtests.jl