CapSoftware / scap

High-performance, cross-platform screen capture library in Rust.
https://crates.io/crates/scap
Other
231 stars 44 forks source link

Add unit testing capabilities #25

Closed meta-boy closed 7 months ago

meta-boy commented 10 months ago

Currently, the codebase lacks unit tests, can write a unit test setup and start writing those.

clearlysid commented 10 months ago

This would be lovely to have for sure. I say we should pick this up after we've settled on our base APIs, so roughly Feb 1st week onwards.

clearlysid commented 7 months ago

45 adds a few tests, will merge that add more over time.