We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the following test:
(is (= (count (:results r)) 4))
Without humane-test-output it fails with
humane-test-output
expected: (= (count (:results r)) 4) actual: (not (= 3 4))
With humane-test-output it fails with
expected: 3 actual: 4 diff: - 3 + 4
I am using version 0.6.0 of humane-test-output, version 1.5.1 of clojure.
The text was updated successfully, but these errors were encountered:
Documentation for clojure.test is has the expected value coming first.
(is (= expected actual))
Sorry, something went wrong.
Yeah, I patterned the output after what clojure.test has documented.
No branches or pull requests
I have the following test:
Without
humane-test-output
it fails withWith
humane-test-output
it fails withI am using version 0.6.0 of
humane-test-output
, version 1.5.1 of clojure.The text was updated successfully, but these errors were encountered: