Skip to content

Commit

Permalink
which can, not which and
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Nov 1, 2024
1 parent 18c5ed5 commit 6067c9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Conversion Checklist
#. Check for references to ``@tests``. These should be changed to ``@_shared_utils``.
#. Check for references to ``with mock.patch("...")``. These should be replaced with
``mocker.patch("...")``, which and be passed into functions as a fixture.
``mocker.patch("...")``, which can be passed into functions as a fixture.
#. Check for ``np.testing.assert...``. This can usually be swapped for
``_shared_utils.assert...``.
#. Check for references to ``super()``. Most test classes used to inherit from
Expand Down

0 comments on commit 6067c9f

Please sign in to comment.