myprojectというLeinプロジェクトの場合、myproject /test/ディレクトリにcore.cljファイルを作成しました。
(ns myproject.test.core
(:use clojure.test))
;;tests follow
「leintest」を使用してテストを実行しようとすると、次のエラーで失敗します。
Exception in thread "main" java.io.FileNotFoundException: Could not locate myproject/test/core__init.class or myproject/test/core.clj on classpath: