<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent questions and answers in Test</title>
<link>https://ask.clojure.org/index.php/qa/clojure/test</link>
<description></description>
<item>
<title>Answered: Separate bindable reporting function from clojure.test/report</title>
<link>https://ask.clojure.org/index.php/14089/separate-bindable-reporting-function-from-clojure-report?show=14092#a14092</link>
<description>&lt;p&gt;Logged as &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-2882&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2882&lt;/a&gt;, patch welcome for evaluation&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14089/separate-bindable-reporting-function-from-clojure-report?show=14092#a14092</guid>
<pubDate>Tue, 27 Aug 2024 19:23:45 +0000</pubDate>
</item>
<item>
<title>Answered: clojure.test/report docstring is stale</title>
<link>https://ask.clojure.org/index.php/12900/clojure-test-report-docstring-is-stale?show=12977#a12977</link>
<description>&lt;p&gt;Logged as &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-2781&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2781&lt;/a&gt;&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12900/clojure-test-report-docstring-is-stale?show=12977#a12977</guid>
<pubDate>Tue, 30 May 2023 14:44:10 +0000</pubDate>
</item>
<item>
<title>Answered: Way to set clojure.test/*load-tests* when starting a REPL</title>
<link>https://ask.clojure.org/index.php/12626/way-to-set-clojure-test-load-tests-when-starting-a-repl?show=12630#a12630</link>
<description>&lt;p&gt;How are you starting a REPL?&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12626/way-to-set-clojure-test-load-tests-when-starting-a-repl?show=12630#a12630</guid>
<pubDate>Thu, 02 Feb 2023 16:08:32 +0000</pubDate>
</item>
<item>
<title>Answered: Add option to enable automatically running tests when form is evaluated</title>
<link>https://ask.clojure.org/index.php/12585/option-enable-automatically-running-tests-when-evaluated?show=12586#a12586</link>
<description>&lt;p&gt;Can you start with what problem you're trying to solve? Not sure I get it.&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12585/option-enable-automatically-running-tests-when-evaluated?show=12586#a12586</guid>
<pubDate>Thu, 26 Jan 2023 15:03:44 +0000</pubDate>
</item>
<item>
<title>Answered: Add clojure.test api for fixtures on individual deftests</title>
<link>https://ask.clojure.org/index.php/12112/add-clojure-test-api-for-fixtures-on-individual-deftests?show=12122#a12122</link>
<description>&lt;p&gt;Logged jira at &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-2719&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2719&lt;/a&gt;&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12112/add-clojure-test-api-for-fixtures-on-individual-deftests?show=12122#a12122</guid>
<pubDate>Thu, 18 Aug 2022 21:30:15 +0000</pubDate>
</item>
<item>
<title>Answered: clojure/data.xml tests fail on JDK 17</title>
<link>https://ask.clojure.org/index.php/11546/clojure-data-xml-tests-fail-on-jdk-17?show=11550#a11550</link>
<description>&lt;p&gt;This project doesn't actually use Leiningen to run the project tests - the Maven build (&lt;code&gt;mvn clean test&lt;/code&gt;) is what's run in the official build. &lt;/p&gt;
&lt;p&gt;That said when run that way they have the same problem (well multiple) problems. The logic to only test on Java 8 is wrong for JDK &amp;gt; 8 and will only try to run the tests on Java 8. It depends on a really old ClojureScript version and newer versions have removed a lot of the Nashorn repl stuff the test suite depends on, so using newest ClojureScript also won't work.&lt;/p&gt;
&lt;p&gt;What I ideally would want here is not what we have in core.async (which splits the build into a piece that can't be run automatically on the build box during releases) but to fix what we have in clojure.xml to continue working in the maven-based build. There are OpenJDK builds of Nashorn that can be used, so Nashorn is not really a deal breaker either way. I do not follow the CLJS testing stuff enough to know if it's worth doing that and addressing the parts pulled out of cljs repl, or it would be better to use something else and retrofitting the tests into a different framework.&lt;/p&gt;
&lt;p&gt;If you're interested in working on it, would be happy to have help on it. We don't use PRs but I've created a jira for this at &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/DXML-67&quot;&gt;https://clojure.atlassian.net/browse/DXML-67&lt;/a&gt; and you could sign the contributor agreement and request access to jira to provide patches. &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.org/dev/dev#_becoming_a_contributor&quot;&gt;https://clojure.org/dev/dev#_becoming_a_contributor&lt;/a&gt;&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/11546/clojure-data-xml-tests-fail-on-jdk-17?show=11550#a11550</guid>
<pubDate>Mon, 07 Feb 2022 00:46:28 +0000</pubDate>
</item>
<item>
<title>Answered: iteration-seq-equals-reduce build failure with 1.11.0-alpha4 source</title>
<link>https://ask.clojure.org/index.php/11484/iteration-seq-equals-reduce-build-failure-with-alpha4-source?show=11486#a11486</link>
<description>&lt;p&gt;Yeah, we are aware of it, will fix in master soon.&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/11484/iteration-seq-equals-reduce-build-failure-with-alpha4-source?show=11486#a11486</guid>
<pubDate>Sun, 16 Jan 2022 00:24:26 +0000</pubDate>
</item>
<item>
<title>Answered: clojure test reporter uses a bound out, not `*out*`</title>
<link>https://ask.clojure.org/index.php/10971/clojure-test-reporter-uses-a-bound-out-not-out?show=10974#a10974</link>
<description>&lt;p&gt;I believe this is &quot;as designed&quot; and is relied on by some of the utilities that extend &lt;code&gt;clojure.test&lt;/code&gt;'s behavior. The &lt;code&gt;clojure.test&lt;/code&gt; ns docstring has this to say:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SAVING TEST OUTPUT TO A FILE

   All the test reporting functions write to the var *test-out*.  By
   default, this is the same as *out*, but you can rebind it to any
   PrintWriter.  For example, it could be a file opened with
   clojure.java.io/writer.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;There's a &lt;code&gt;with-test-out&lt;/code&gt; macro that is specifically intended for use by test reporters so they can rely on this behavior:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(defmacro with-test-out
  &quot;Runs body with *out* bound to the value of *test-out*.&quot;
  {:added &quot;1.1&quot;}
  [&amp;amp; body]
  `(binding [*out* *test-out*]
     ~@body))
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/10971/clojure-test-reporter-uses-a-bound-out-not-out?show=10974#a10974</guid>
<pubDate>Thu, 26 Aug 2021 00:18:18 +0000</pubDate>
</item>
<item>
<title>Answered: clojure.test deftest exception reporting lists many useless stack frames</title>
<link>https://ask.clojure.org/index.php/10744/clojure-deftest-exception-reporting-lists-useless-frames?show=10746#a10746</link>
<description>&lt;p&gt;I think that we need to keep the fixtures frames in some way.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ERROR in (a-test) (core_test.clj:13)
Uncaught exception, not in assertion.
expected: nil
  actual: clojure.lang.ExceptionInfo: I suck
{:a 1}
 at foo.core_test$fn__364.invokeStatic (core_test.clj:13)
    foo.core_test/fn (core_test.clj:11)
    clojure.test$test_var$fn__9737.invoke (test.clj:717)        ;; noise from here down
    clojure.test$test_var.invokeStatic (test.clj:717)
    clojure.test$test_var.invoke (test.clj:708)
    clojure.test$test_vars$fn__9763$fn__9768.invoke (test.clj:735)
    foo.core_test$eval139891$hello_fixture__139892.invoke (core_test.clj:237) ;; this is relevant too!!
    clojure.test$compose_fixtures$fn__9755$fn__9756.invoke (test.clj:694)
    clojure.test$default_fixture.invokeStatic (test.clj:687)
    clojure.test$default_fixture.invoke (test.clj:683)
    
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/10744/clojure-deftest-exception-reporting-lists-useless-frames?show=10746#a10746</guid>
<pubDate>Wed, 30 Jun 2021 13:38:21 +0000</pubDate>
</item>
<item>
<title>Answered: would clojure.test benefit from `(defmethod assert-expr thrown-with-data? ...)`</title>
<link>https://ask.clojure.org/index.php/10468/would-clojure-test-benefit-from-defmethod-assert-expr-thrown?show=10469#a10469</link>
<description>&lt;p&gt;Definitely interested if there’s something that makes sense. Would be interested if people have created things like this already if there’s any experience.&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/10468/would-clojure-test-benefit-from-defmethod-assert-expr-thrown?show=10469#a10469</guid>
<pubDate>Mon, 12 Apr 2021 18:51:27 +0000</pubDate>
</item>
<item>
<title>Answered: How to I assert that the function I'm testing calls another function 3 times?</title>
<link>https://ask.clojure.org/index.php/9719/assert-that-function-testing-calls-another-function-times?show=9720#a9720</link>
<description>&lt;p&gt;You could make &lt;code&gt;retry-count&lt;/code&gt; an atom and then use &lt;code&gt;swap!&lt;/code&gt; to increment it.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(deftest retries
  (let [retry-count (atom 0)]
    (with-redefs [clj-http.client/get (fn [url &amp;amp; [req &amp;amp; r]]
                                        (swap! retry-count inc)
                                        (throw (UnknownHostException. &quot;Some message&quot;)))]
      (is (thrown? ServiceUnavailable (foo/my-function-under-test)))
      (is (= 3 @retry-count)))))
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/9719/assert-that-function-testing-calls-another-function-times?show=9720#a9720</guid>
<pubDate>Sat, 17 Oct 2020 17:53:29 +0000</pubDate>
</item>
<item>
<title>Answered: Running tests in one file</title>
<link>https://ask.clojure.org/index.php/9688/running-tests-in-one-file?show=9716#a9716</link>
<description>&lt;p&gt;could you provide a sample of what a data file, source file, and test file look like?&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/9688/running-tests-in-one-file?show=9716#a9716</guid>
<pubDate>Fri, 16 Oct 2020 04:38:37 +0000</pubDate>
</item>
<item>
<title>Answered: Can't get test to true when the result is a function (Syntax error compiling at … No such var:…)</title>
<link>https://ask.clojure.org/index.php/9641/cant-test-true-result-function-syntax-error-compiling-such?show=9642#a9642</link>
<description>&lt;p&gt;You can' t compare functions for equality so I think you should investigate alternatives to that strategy in your test. You can test functions for identity, but that is generally a very fragile test.&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/9641/cant-test-true-result-function-syntax-error-compiling-such?show=9642#a9642</guid>
<pubDate>Fri, 25 Sep 2020 14:27:48 +0000</pubDate>
</item>
<item>
<title>Answered: is vs is-not in closure.test</title>
<link>https://ask.clojure.org/index.php/9203/is-vs-is-not-in-closure-test?show=9208#a9208</link>
<description>&lt;p&gt;Not built in, but the &lt;code&gt;is&lt;/code&gt; predicates are an open extensible system (docs at &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.github.io/clojure/#clojure.test&quot;&gt;https://clojure.github.io/clojure/#clojure.test&lt;/a&gt;):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(defmethod clojure.test/assert-expr 'not [form]
  ...)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Basically you need to determine how to &lt;code&gt;do-report&lt;/code&gt; in true / false cases to yield what you like. This probably would take a bit of futzing around, but you'd want to look at something like &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.github.io/clojure/clojure.test-api.html#clojure.test/assert-predicate&quot;&gt;https://clojure.github.io/clojure/clojure.test-api.html#clojure.test/assert-predicate&lt;/a&gt;, which is where that current message is created.&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/9203/is-vs-is-not-in-closure-test?show=9208#a9208</guid>
<pubDate>Wed, 01 Apr 2020 17:39:42 +0000</pubDate>
</item>
<item>
<title>Answered: How to use clojure.spec.test.alpha/check inside the clojure testing framework?</title>
<link>https://ask.clojure.org/index.php/8590/clojure-spec-alpha-check-inside-clojure-testing-framework?show=8830#a8830</link>
<description>&lt;p&gt;You can also use &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/bhb/expound&quot;&gt;expound&lt;/a&gt; for reporting:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(defn is*
  [results]
  (assert (seq results))
  (test/is
   (if (some :failure results)
     (exp/explain-results results)
     true)))
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Usage:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(is* (stest/check `ns/fn))
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Note: &lt;code&gt;assert&lt;/code&gt; will fail if there is no spec for that function.&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/8590/clojure-spec-alpha-check-inside-clojure-testing-framework?show=8830#a8830</guid>
<pubDate>Tue, 05 Nov 2019 17:08:43 +0000</pubDate>
</item>
<item>
<title>Answered: Test output is misleading for `(is false)`</title>
<link>https://ask.clojure.org/index.php/8710/test-output-is-misleading-for-is-false?show=8719#a8719</link>
<description>&lt;p&gt;If you use a var or expression that produces &lt;code&gt;false&lt;/code&gt;, it becomes a bit more obvious what is going on here:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;user=&amp;gt; (def v false)
#'user/v
user=&amp;gt; (t/deftest foo (t/is v))
#'user/foo
user=&amp;gt; (foo)

FAIL in (foo) (NO_SOURCE_FILE:4)
expected: v
  actual: false
nil
user=&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The &lt;code&gt;expected:&lt;/code&gt; line is essentially an abbreviation for &quot;I expected this expression to yield truthy&quot; so in your example it is saying &quot; I expected &lt;code&gt;false&lt;/code&gt; to yield truthy&quot; (but the actual value was &lt;code&gt;false&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;&lt;code&gt;clojure.test&lt;/code&gt; could certainly produce better output -- much of the original work done on Jay Fields' Expectations library and Paul Stadig's &lt;code&gt;clojure.test&lt;/code&gt; extension Humane Test Output are attempts to produce better error messages when assertions fail.&lt;/p&gt;
&lt;p&gt;When I extracted my &lt;code&gt;clojure.test&lt;/code&gt;-compatibility work from Expectations and turned it into a standalone library &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/clojure-expectations/clojure-test&quot;&gt;https://github.com/clojure-expectations/clojure-test&lt;/a&gt; one of the things I lost was the really nice failure messages that Expectations produced because I switched from Expectations' reporting engine to &lt;code&gt;clojure.test&lt;/code&gt;'s reporting engine. I've talked to Alex Miller about the possibility of &lt;code&gt;clojure.test&lt;/code&gt; being split out of Clojure &quot;core&quot; at some future point so it could be worked on separately and I've expressed an interest in taking over maintenance of it... I don't know whether that will happen or what the timeline would be.&lt;/p&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/8710/test-output-is-misleading-for-is-false?show=8719#a8719</guid>
<pubDate>Sat, 12 Oct 2019 22:27:39 +0000</pubDate>
</item>
<item>
<title>Answered: Testing the -main function who reads from *in*</title>
<link>https://ask.clojure.org/index.php/8467/testing-the-main-function-who-reads-from-in?show=8619#a8619</link>
<description>&lt;p&gt;Use &lt;code&gt;with-in-str&lt;/code&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojuredocs.org/clojure.core/with-in-str&quot;&gt;https://clojuredocs.org/clojure.core/with-in-str&lt;/a&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(with-in-str &quot;inputstring&quot;
  (-main))
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/8467/testing-the-main-function-who-reads-from-in?show=8619#a8619</guid>
<pubDate>Wed, 18 Sep 2019 00:08:46 +0000</pubDate>
</item>
<item>
<title>Answered: &lt;! and &gt;! break clojure.test/is</title>
<link>https://ask.clojure.org/index.php/4258/and-break-clojure-test-is?show=4475#a4475</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJ-2291&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2291&lt;/a&gt; (reported by jcr)</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4258/and-break-clojure-test-is?show=4475#a4475</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Add clojure.test api to run single test with fixtures and report</title>
<link>https://ask.clojure.org/index.php/3782/add-clojure-test-api-run-single-test-with-fixtures-and-report?show=3899#a3899</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJ-1908&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJ-1908&lt;/a&gt; (reported by hlewisship)</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/3782/add-clojure-test-api-run-single-test-with-fixtures-and-report?show=3899#a3899</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: test line reporting doesn't always report test's file &amp; line number</title>
<link>https://ask.clojure.org/index.php/3774/test-line-reporting-doesnt-always-report-tests-file-number?show=3861#a3861</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJ-1811&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJ-1811&lt;/a&gt; (reported by ryfow)</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/3774/test-line-reporting-doesnt-always-report-tests-file-number?show=3861#a3861</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: clojure.test: `use-fixtures` should (or should be able to) run for for a `testing` context</title>
<link>https://ask.clojure.org/index.php/3344/clojure-test-use-fixtures-should-should-able-testing-context?show=3618#a3618</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJ-2242&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2242&lt;/a&gt; (reported by alex+import)</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/3344/clojure-test-use-fixtures-should-should-able-testing-context?show=3618#a3618</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: clojure.test/report :error does not flush *out* when the test fails with an exception</title>
<link>https://ask.clojure.org/index.php/2795/clojure-test-report-error-does-flush-when-test-fails-exception?show=3133#a3133</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJ-1968&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJ-1968&lt;/a&gt; (reported by alex+import)</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/2795/clojure-test-report-error-does-flush-when-test-fails-exception?show=3133#a3133</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Add an async macro that behaves the same as ClojureScript's</title>
<link>https://ask.clojure.org/index.php/2359/add-an-async-macro-that-behaves-the-same-as-clojurescripts?show=2457#a2457</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJ-1990&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJ-1990&lt;/a&gt; (reported by desk@danielcompton.net)</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/2359/add-an-async-macro-that-behaves-the-same-as-clojurescripts?show=2457#a2457</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Add a way to access the current test var in :each fixtures for clojure.test</title>
<link>https://ask.clojure.org/index.php/3835/add-way-access-the-current-test-var-each-fixtures-clojure-test?show=4162#a4162</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJ-840&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJ-840&lt;/a&gt; (reported by hugoduncan)</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/3835/add-way-access-the-current-test-var-each-fixtures-clojure-test?show=4162#a4162</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Quoting of :actual form is incorrect in clojure.test :pass type maps</title>
<link>https://ask.clojure.org/index.php/4644/quoting-of-actual-form-incorrect-clojure-test-pass-type-maps?show=4823#a4823</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJ-1379&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJ-1379&lt;/a&gt; (reported by hugoduncan)</description>
<category>Test</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4644/quoting-of-actual-form-incorrect-clojure-test-pass-type-maps?show=4823#a4823</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
</channel>
</rss>