You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to test code using n2o4 using Rust's unit-testing framework. This means figuring out the best way to handle the case of #[cfg(test)].
The text was updated successfully, but these errors were encountered:
zec
changed the title
Figure out to make n2o4 work in #[cfg(test)]
Figure out how to make n2o4 work in #[cfg(test)]Apr 4, 2023
It would be nice to be able to test code using
n2o4
using Rust's unit-testing framework. This means figuring out the best way to handle the case of#[cfg(test)]
.The text was updated successfully, but these errors were encountered: