opendp / opendp

The core library of differential privacy algorithms powering the OpenDP Project.
https://opendp.org
MIT License
284 stars 46 forks source link

Move inline Rust test modules to separate files #1513

Closed Shoeboxam closed 2 weeks ago

Shoeboxam commented 3 weeks ago

If unit tests are located in a separate, adjacent test.rs file, then changes to the tests won't trigger a re-compilation of the crate, making test recompilation faster.

mccalluc commented 3 weeks ago

@Shoeboxam - feel free to assign this to me unless you're already on it. It seems like it should be straight forward, and it would give me just a little more familiarity with the rust codebase.

mccalluc commented 3 weeks ago