Vlek / RuinsAndRiches

Ruins & Riches Ultima Online Server Files
6 stars 0 forks source link

Add tests to project #92

Closed Vlek closed 11 months ago

Vlek commented 1 year ago

Once a project solution is created in #89, we should add tests with xunit.

Looks like ModernUO has some: https://github.com/modernuo/ModernUO/tree/main/Projects

Not enough though.

Vlek commented 1 year ago

I would especially like to have tests for things like a player attacking an enemy, enemy attacking player.

Also the region stuff. That seems like it should all be under test because it's custom and I don't trust the coder.

Vlek commented 11 months ago

Fixed in #157.

The test project has been added, but I will need to create additional user stories for creating tests for individual areas of concern.