Annonator/PlayFabBuddy

Make Repositories Unit Testable

Open

#21 opened on Dec 29, 2021

View on GitHub
 (3 comments) (0 reactions) (1 assignee)C# (2 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (13 stars)
PR merge metrics
 (PR metrics pending)

Description

Right now, the repositories can't be tested as they have a File IO dependencies. In order to make it test able we need an abstraction / wrapper to be able to mock file IO in our unit tests.

Contributor guide