对于名为 myproject 的 Lein 项目,我在 myproject/test/ 目录中创建了一个文件 core.clj。
(ns myproject.test.core
(:use clojure.test))
;;tests follow
当我尝试使用“lein test”运行测试时,它失败并出现错误:
Exception in thread "main" java.io.FileNotFoundException: Could not locate myproject/test/core__init.class or myproject/test/core.clj on classpath: