Skip to content
Rust Search
← FOSDEM 2018

Testing in Rust

FOSDEM

ABSTRACT Rust is designed for building low-level systems processes that are reliable and safe. Nevertheless, it is still important for developers to ensure their code is doing the right thing. To achieve this, Rust has a rich set of built-in testing tools for writing unit tests. In this talk we cover general unit testing techniques for Rust. We will also demonstrate how to mock out complex dependencies using the double crate. Examples will range from simple cases to complex cases that you'll oft

Recording not playing? Use the FOSDEM link above.