Luminarys / synapse

Synapse BitTorrent Daemon
https://synapse-bt.org
ISC License
855 stars 48 forks source link

Improve test coverage #201

Open Luminarys opened 4 years ago

Luminarys commented 4 years ago

Test coverage is dismal to say the least. Essentially only protocol parsing/encoding are tested (and poorly at that) and a few auxiliary function as well. Improving this will require many changes but it's a good long term goal to have in mind, especially when refactoring parts of the code base to add new features.