- Rust Programming Cookbook
- Claus Matzinger
- 87字
- 2021-06-24 12:27:43
Writing tests and benchmarks
When we start developing, tests take a backseat more often than not. There are several reasons why this might be necessary at the time, but the inability to set up a testing framework and surroundings is not one of them. Unlike many languages, Rust supports testing right out of the box. This recipe covers how to use these tools.
Although we mostly talk about unit testing here, that is, tests on a function/struct level, the tools remain the same for integration tests.
推薦閱讀
- MATLAB 2020 從入門到精通
- Learning SQLite for iOS
- Functional Programming in JavaScript
- Full-Stack Vue.js 2 and Laravel 5
- Symfony2 Essentials
- MATLAB 2020從入門到精通
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- Test-Driven Machine Learning
- Machine Learning With Go
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- Maven for Eclipse
- Akka入門與實(shí)踐
- Microsoft Dynamics GP 2013 Cookbook
- Hands-On ROS for Robotics Programming
- HTML5程序開發(fā)范例寶典