JohnWolfson / Lakea-Stream-Assistant

A project to build a stream assistant 'Lakea' for handling events and improving Twitch streams for Materies Coil and his community
0 stars 0 forks source link

Character Test Fixed Seed #225

Closed JohnWolfson closed 4 months ago

JohnWolfson commented 4 months ago

The character tests for the Battle Simulator are using a random seed which makes for poor unit testing. This needs to be able to be given a fixed seed for the Random object with the unit tests being updated to use the fixed seed with fixed expected outputs

Acceptance Criteria:

JohnWolfson commented 4 months ago

The fixed seed for the character has been implemented as part of #223, now only the tests need updating to reflect this