Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 801 Bytes

File metadata and controls

26 lines (18 loc) · 801 Bytes

Testing

Rust is a programming language that cares a lot about correctness and it includes support for writing software tests within the language itself.

Testing comes in three styles:

Also Rust has support for specifying additional dependencies for tests:

See Also