diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/microformats/parser_expectations.clj | 4 |
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))) |