Skip to content

Remove the fake git driver #13

@markwalet

Description

@markwalet

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions