JackStillwell / SmiteBuilder

A repository for the next generation of my smart smite builder, utilizing Python machine learning frameworks.
2 stars 0 forks source link

Parameterize Tests #9

Closed JackStillwell closed 4 years ago

JackStillwell commented 4 years ago

There are a few tests which test multiple cases. Restructure these so instead of having "assert x and y" it asserts a single statement and uses the parameters to define and test each case.

JackStillwell commented 4 years ago

Parameterize Tests