kaocha icon indicating copy to clipboard operation
kaocha copied to clipboard

Possible bug in kaocha's output if test fails

Open mikeananev opened this issue 2 years ago • 13 comments

Kaocha Version 1.71.1119

Platform Operating System: macOS m1 12.5 Clojure version: 1.11.1 JDK vendor and version: OpenJDK Runtime Environment Homebrew (build 19.0.1) with --enable-preview parameter for Virtual Threads

Symptom If test fails then I get awful kaocha's Exception output

image-exception

Reproduction

  1. Clone my repo SWIM git clone https://github.com/redstarssystems/swim/ cd swim
  2. Select particular commit git checkout f9ef925837ff41afdb75f3cc10ba1e4fd4887841
  3. Run tests to make sure that all of them are green clj -M:test
  4. Then change value 3 to 4 on line 1993 to make test fail.
  5. Run tests again and see result clj -M:test image

mikeananev avatar Dec 22 '22 07:12 mikeananev