Commit graph

22 commits

Author SHA1 Message Date
Yann Esposito (Yogsototh)
44d660e188
colors 2016-04-29 12:06:58 +02:00
Miloslav Nenadal
76608ef516 Fix clojure.core/= comparison 2016-02-27 21:51:18 +01:00
Miloslav Nenadal
d1ffba2c01 CS fix 2016-02-27 21:48:51 +01:00
Miloslav Nenadal
ae2962fd72 Improve clojurescript output formatting 2016-02-27 21:37:55 +01:00
Miloslav Nenadal
a36032da5a Fix printing records in clojurescript 2016-02-27 17:40:27 +01:00
Miloslav Nenadal
8a85a2d814 Move macro from tests into correct namespace 2016-02-24 21:34:29 +01:00
Miloslav Nenadal
1c3d4f1bc5 Move cljs setup into separate file 2016-02-21 18:28:07 +01:00
Miloslav Nenadal
9f55ee76aa Merge fail reports 2016-02-21 18:13:10 +01:00
Miloslav Nenadal
81b3188ce7 Merge printing records 2016-02-21 17:37:53 +01:00
Miloslav Nenadal
4664f6db8c Get rid of excessive requires in tests 2016-02-21 15:48:30 +01:00
Miloslav Nenadal
87f311c950 Get rid of a few excessive requires and duplicated record values 2016-02-21 00:27:50 +01:00
Miloslav Nenadal
9cc02ff5bc Add clojurescript support 2016-02-20 19:26:44 +01:00
Paul Stadig
f4b2e226cb Correctly format diff output when = is fully qualified. 2015-11-28 15:58:11 -05:00
Paul Stadig
a9369c00ca Print expected and actual values even when there is no diff.
Issue #2.
2015-02-21 09:03:16 -05:00
Paul Stadig
fbe7cb90dd Pretty print records with their type.
Issue #2.
2015-02-21 09:02:48 -05:00
Paul Stadig
51e8752e25 Use defmethod instead of creating an add-method function.
Disable humane output if the INHUMANE_TEST_OUTPUT environment variable
is defined.
2014-03-28 09:01:27 -04:00
Paul Stadig
642957ccf9 Add activation function to enable the humane output. 2014-03-27 12:01:15 -04:00
Paul Stadig
0658e46b9a Print expected value with each actual value.
Fixed bug where when there was no difference it was still printing
some labels.

Fixed bug where when there was more than one actual value that was
equal the zipmap was throwing away the diff.
2014-03-27 11:18:11 -04:00
Paul Stadig
14a41f78b5 Fix diff output when there is only an addition or only a subtraction. 2014-03-27 06:44:32 -04:00
Paul Stadig
19c8d3320b Add pluses and minuses to diff output. 2014-03-26 21:21:12 -04:00
Paul Stadig
8ad500acf4 Use indented output. 2014-03-26 21:08:04 -04:00
Paul Stadig
c017760acf Initial commit. 2014-03-26 17:54:35 -04:00