quantumish / blatherskite

Chat app backend in Rust
0 stars 2 forks source link

Testing logic is verbose #1

Open quantumish opened 2 years ago

quantumish commented 2 years ago

There are about ~430 lines of unit tests, and the library doesn't even have 50% test coverage. A lot of the logic involved in unit tests for the project is quite generic (like checking that unauthorized access doesn't work), and so some abstraction would make development nicer.