Annonator/PlayFabBuddy

Make Repositories Unit Testable

Open

#21 ouverte le 29 déc. 2021

Voir sur GitHub
 (3 commentaires) (0 réactions) (1 assigné)C# (2 forks)github user discovery
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (13 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur