1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-02 15:47:25 +02:00
comprehensive-rust/src/testing.md

8 lines
179 B
Markdown
Raw Normal View History

2022-12-21 16:36:30 +01:00
# 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.