EddieTheCubeHead / Scrimbot-2.0

1 stars 0 forks source link

Refactor test code #34

Open EddieTheCubeHead opened 2 years ago

EddieTheCubeHead commented 2 years ago

Both acceptance and unit tests for the bot are currently in a sorry shape. Identify shared functions into importable helper functions and remove the need for unittest base classes. Make overall refactorings as needed. This might block #9 as this is currently preventing migration to pytest