beachball icon indicating copy to clipboard operation
beachball copied to clipboard

Add helper methods for git operations in tests

Open ecraig12345 opened this issue 2 years ago • 0 comments

Instead of calling git() directly in tests, add helper methods on Repository to run the various operations and process the output.

Centralizing git operations like this reduces boilerplate and makes the tests easier to read.

ecraig12345 avatar Aug 12 '22 07:08 ecraig12345