about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorAlan Pearce2014-10-12 00:47:57 +0100
committerAlan Pearce2014-10-12 00:47:57 +0100
commitb12efc0d46294c8c6295971360b67de28127175a (patch)
tree5bd1df7e5fbe24f8dda019617891a005e96d5b06 /test
parent452f0e79d5451f90e9b86006391be409331e64d9 (diff)
downloadmicroformats-b12efc0d46294c8c6295971360b67de28127175a.tar.lz
microformats-b12efc0d46294c8c6295971360b67de28127175a.tar.zst
microformats-b12efc0d46294c8c6295971360b67de28127175a.zip
Make trace available in tests
Really useful with expect-focused to understand what's going wrong
Diffstat (limited to 'test')
-rw-r--r--test/microformats/parser_expectations.clj4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/microformats/parser_expectations.clj b/test/microformats/parser_expectations.clj
index e04887e..654241c 100644
--- a/test/microformats/parser_expectations.clj
+++ b/test/microformats/parser_expectations.clj
@@ -2,8 +2,12 @@
   (:require [expectations :refer :all]
             [microformats.parser :refer :all]
             [clojure.zip :as z]
+            [clojure.tools.trace :refer :all]
             [net.cgrand.enlive-html :refer [html-snippet]]))
 
+(untrace-ns 'microformats.parser)
+;(trace-ns 'microformats.parser)
+
 (defn- snippets
   [html]
   (map z/xml-zip (html-snippet html)))