Odak modu
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:
Yazılım Kariyerinde İlerlemeni Hızlandıracak Programlar
Patika+ programlarımız ile 4-8 aylık yoğun yazılım kamplarına katıl, temel bilgilerden başlayarak kapsamlı bilgiler edin, yazılım kariyerine başla!
Yorum yapabilmek için derse kayıt olmalısın!