-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Some of the unit tests depend on the FakeGitDriver, which is a helper class to make testing easier.
Right now this class is shipped in production code. And that is not intended.
With class mocking, it should be possible to remove the need of the fake driver completely. Tests should be adapted to use a mock. If it is necessary, we can also change the service provider loading structure. But this will result in a bigger update which we want to prevent.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request