malikhollins / HungerGamesSimulator

A hunger games simulator built using the .net blazor framework
0 stars 1 forks source link

Clean Up Unit Tests for PartyManager #33

Closed malikhollins closed 11 months ago

malikhollins commented 11 months ago

There should be a way to make a set up function that hosts variables each test function can use. Lets do that instead of replicating states 100 times.

malikhollins commented 11 months ago

I was wrong, the setup functions aren't supposed to be used this way.