Fork me on GitHub
#calva
<
2021-08-26
>
Artem00:08:50

For some reason, when I run tests in REPL the values are printed as if by println instead of prn (e.g., losing quotes around strings). Is it a setting somewhere?

Artem00:08:28

Example: (deftest foo-test (is (= {:foo "bar"} {:foo "buz"}))) ; Running test: foo-test… ; FAIL in my-ns/foo-test (filename.clj:6340): ; expected: {:foo bar} ; actual: ({:foo buz}) ; 1 tests finished, problems found. 😭 errors: 0, failures: 1, ns: 1, vars: 1

bringe04:08:44

I don't think there is a setting, and I'm not sure at the moment how the results are printed. Please file an issue about it.

👍 3