Annonator/PlayFabBuddy

Make Repositories Unit Testable

Open

#21 geöffnet am 29. Dez. 2021

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C# (2 Forks)github user discovery
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (13 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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