hunt-the-wumpus / HuntTheWumpus

0 stars 1 forks source link

Switch to XUnit framework #4

Closed vors closed 8 years ago

vors commented 8 years ago

Default test framework in Visual Studio sporadically fails on the graphics tests

For example, for 5e872c89 there are two builds https://ci.appveyor.com/project/HuntTheWumpus/huntthewumpus/build/1.0.40 (failed) https://ci.appveyor.com/project/HuntTheWumpus/huntthewumpus/build/1.0.43 (ok)

We probably need to switch to XUnit to avoid it.

prifio commented 8 years ago

Now, I add xUnit to project. Thanks for help with install.