mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-02 15:47:25 +02:00
8 lines
179 B
Markdown
8 lines
179 B
Markdown
|
# 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.
|