rust-vmm / vhost-user-backend

Deprecated repository, code now lives in: https://github.com/rust-vmm/vhost/
Apache License 2.0
18 stars 16 forks source link

Add some unit tests ? #24

Closed vireshk closed 3 years ago

vireshk commented 3 years ago

Can someone familiar with this code add some unit-tests for this repository? I am required to add some tests for the backend device part in https://github.com/rust-vmm/vhost-device/ and not very sure of how to add those ..

jiangliu commented 3 years ago

This pending PR (#23 ) adds some unit test cases, but the coverage is still around 70%, we still need to add more unit test cases.

vireshk commented 3 years ago

This pending PR (#23 ) adds some unit test cases, but the coverage is still around 70%, we still need to add more unit test cases.

Ahh, I missed that. I will look into details to see if I can copy some of the stuff to get better testing for my stuff :)

Thanks @jiangliu