zackmdavis / Finetooth

an experimental discussion forum
MIT License
2 stars 0 forks source link

test coverage like we actually mean it #31

Closed zackmdavis closed 8 years ago

zackmdavis commented 10 years ago

I've written a few unit tests for this project because it feels virtuous, but at least once in my life, I should know what it feels like and how much effort it takes to have such test coverage that if the tests pass, you actually feel confident that nothing broke. Install Coverage (not a full-fledged dependency in requirements.txt, just an ad hoc pip install for the ambitious developer) and see if that helps strategy.

zackmdavis commented 8 years ago

(closing as too broad to be an actionable Issue; more rigorous tests would be great, but in our broken world, this is usually true of lots of codebases)