MCBoarder289 / shelf-help

MIT License
3 stars 0 forks source link

Implement Testing Framework #16

Open MCBoarder289 opened 1 month ago

MCBoarder289 commented 1 month ago

Now that this initial version of the application is more fleshed out, I’d like to implement a reasonable testing structure.

It’s difficult to determine what granularity to test, since the main thing would be testing the parsers. Right now I manually do this, but would like to implement something more automated.