Diff output showing added/removed tests since last commit #1216
Unanswered
paulshryock
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to display diff output showing added/removed tests since last commit. This visual aid would help to quickly explain a set of changes during a code review.
For example, if I had the following tests at the time of my last commit:
And then I remove a test (
should do something else
), and add a new test (should do a third thing
), I would like to run something likepest --diff
to see the following diff:It would also be nice to show a Pest output diff since any git sha...
Is there anything like this available in Pest already?
Beta Was this translation helpful? Give feedback.
All reactions