Odak modu

Rust Fundamentals

A Tour of Rust:Writing and Running Unit Tests

Unit tests verify a certain single component in your code is performing correctly. This could be a certain function or event that you have created.  

Rust has built-in testing tools to test the code you write. Test functions in different code files can be tested as a whole with the "cargo test" command. Test functions do not have to be stored in a specific folder or file.

You can find detailed further information from Rust Official documentation:

https://doc.rust-lang.org/book/ch11-00-testing.html

Background Pattern
Birlikte öğrenelim

Sektörde en çok aranan yazılım becerilerini kazan

Yapay zeka desteği, birebir mentörlük saatleri, canlı dersler ve senin için özel hazırlanmış içeriklerle eksiklerini tamamla, düzenli geri bildirimler al ve öğrenme sürecini en verimli hale getir.

Yunus Emre Kabakcı

Patika+ mezunu

Patika+ Fullstack Web Development Bootcamp mezunumuz Yunus Emre,

3 ay içinde Katar’dan aldığı teklif ile, global bir şirket olan Pavo Group’da işe başladı!


“İçerik zenginliği, mentor desteği, ileriye dönük bir network sağlaması ve dünyada en çok tercih edilen frameworkler üzerinden bir eğitim veriyor olması Patika+’ı tercih etmemin temel sebepleri oldu!“

Test

Yorumlar

Yorum yapabilmek için derse kayıt olmalısın!