Skip to content

Standardize Order of is and are Arguments #806

@E-A-Griffin

Description

@E-A-Griffin

Standardize repo to always take expected as the first arg to the form and actual as the second (or nth)

ex:

(testing "inc"
  (is (= 1 (inc 0)))
  (are [expected in] (= expected in)
    0 -1))

instead of

(testing "inc"
  (is (= (inc 0) 1))
  (are [in expected] (= in expected)
    -1 0))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions