mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-03 16:17:28 +02:00
179 B
179 B
Testing
Rust and Cargo come with a simple unit test framework:
-
Unit tests are supported throughout your code.
-
Integration tests are supported via the
tests/
directory.