Skip to content

Commit 5171b13

Browse files
committed
tests should still pass
1 parent 4676553 commit 5171b13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/nextjournal/clerk/analyzer2_test.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ my-uuid")]
352352
(def a (str \"boom \" b))"))))
353353

354354

355-
#_(deftest build-graph
355+
(deftest build-graph
356356
(testing "should have no unhashed deps for clojure.set"
357357
(is (empty? (-> "(ns foo (:require [clojure.set :as set])) (set/union #{1} #{2})" analyze-string :->analysis-info ana/unhashed-deps))))
358358

@@ -361,11 +361,11 @@ my-uuid")]
361361
(is (empty? (ana/unhashed-deps ->analysis-info)))
362362
(is (match? {:jar string?} (->analysis-info 'weavejester.dependency/graph)))))
363363

364-
(testing "should establish dependencies across files"
364+
#_(testing "should establish dependencies across files"
365365
(let [{:keys [graph]} (analyze-string (slurp "src/nextjournal/clerk.clj"))]
366366
(is (dep/depends? graph 'nextjournal.clerk/show! 'nextjournal.clerk.analyzer/hash)))))
367367

368-
#_(deftest graph-nodes-with-anonymous-ids
368+
(deftest graph-nodes-with-anonymous-ids
369369
(testing "nodes with \"anonymous ids\" from dependencies in foreign files respect graph dependencies"
370370

371371
(def analyzed (analyze-string "(ns nextjournal.clerk.analyzer-test.graph-nodes

0 commit comments

Comments
 (0)