lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.64k stars 260 forks source link

Add unit tests #887

Closed ScrubN closed 9 months ago

ScrubN commented 10 months ago

Developing complex algorithms like TimeSpanHFormat without unit tests has been a huge pain. I'm finally making tests so if I have to touch anything in the future I don't break the edge cases.

Making tests for new/existing tools is and will continue to be optional. If you don't want the tests to show up as member references in your intellisense, right click the test project in the solution explorer and select unload project.