Skip to content

Ultra assert-expr changes :actual value #105

@Deraen

Description

@Deraen

Clojure.test built-in assert-expr will set the :actual value as list of the predicate (=) and the values: https://github.com/clojure/clojure/blob/master/src/clj/clojure/test.clj#L450

Ultra just sets the value as list of the values: https://github.com/venantius/ultra/blob/master/src/ultra/test.clj#L22 without the predicate.

This breaks third party reporters like Eftest: weavejester/eftest#67

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions