You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: