-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
It seems that if one sets :eval-in-leiningen false
in project.clj locally and then runs lein with-profile -user do clean, test
, the test suite will fail with:
lein test eastwood.test.implicit-dependencies-linter-test
Pretty-printed diffs between actual and expected lint results:
[nil
{{:linter :implicit-dependencies,
:msg
"Var clojure.string/join refers to namespace clojure.string that isn't explicitly required.",
:file "testcases/implicit_dependencies.clj",
:line 4,
:column 3}
1}]
lein test :only eastwood.test.implicit-dependencies-linter-test/implicit-dependency-linter
FAIL in (implicit-dependency-linter) (implicit_dependencies_linter_test.clj:6)
expected: (clojure.core/= diffs__7700__auto__ [nil nil])
actual: (not (clojure.core/= [nil {{:linter :implicit-dependencies, :msg "Var clojure.string/join refers to namespace clojure.string that isn't explicitly required.", :file "testcases/implicit_dependencies.clj", :line 4, :column 3} 1}] [nil nil]))
I checked this on master
.
Metadata
Metadata
Assignees
Labels
No labels