Swepps / pokeautobuilder

Yet another Pokémon team builder. The key selling point of this one being the automatic team builder to aid in finding a good team with the Pokémon you have available.
https://pokeautobuilder.com/
GNU General Public License v3.0
6 stars 0 forks source link

Restructuring of repository and initial unit tests #30

Closed Swepps closed 2 weeks ago

Swepps commented 2 weeks ago

Each area of code is now organised into their own projects. This should help keep the repository clean and structured and reduce technical debt.

Also there is now a unit test project that uses XUnit to test a variety of features. Currently it only tests the API service to PokeApi and a couple of AutoBuilder functions to ensure the team builder is doing what it's supposed to.