📝 Get your *FREE Rust cheat sheet* : www.letsgetrusty.com/cheatsheet
@robvp712 жыл бұрын
Great series, scary that the test videos do not get the same attention as the others, super important!
@dmytrobortnichuk85012 жыл бұрын
Богдан, дякую за контент, подобається систематична викладка
@ImranKhan-br5dv Жыл бұрын
an amezing videos to learn rust, now I can understand rust programming from your videos , thanks LGR.
@kishanbsh3 жыл бұрын
In terms of unit tests, Im very used to setup, teardown and mocks Is this possible in rust ?
@sherllymentalism47565 ай бұрын
yeah
@cardosofede Жыл бұрын
Rust is the kingdom and you are the King!
@sahilverma40773 жыл бұрын
a video on different prebuilt structures we can implement on our structure to add features to our structure (like Interfaces in java) please
@letsgetrusty3 жыл бұрын
I recommend reading chapter 17 of the Rust lang book. I'll cover it but the video won't come out for a little while. doc.rust-lang.org/stable/book/ch17-00-oop.html
@sahilverma40773 жыл бұрын
@@letsgetrusty thanks, will do that
@RichardBurgess-v2h10 ай бұрын
Thank you.
@GolangDojo3 жыл бұрын
Wait, how do you get out of your room
@letsgetrusty3 жыл бұрын
Teleportation
@rtdietrich10 ай бұрын
When I enter "cargo test", the integration test is omitted. I have to enter "cargo test *", only then do all the tests run. Am I doing something wrong or is that normal?
@caveofmovies85973 жыл бұрын
Maybe iterators next?
@letsgetrusty3 жыл бұрын
Iterators are in fact next!
@letsgetrusty3 жыл бұрын
And by next I mean in a few videos ;)
@inx18193 жыл бұрын
Yesssss those can be confusing
@RoamingAdhocrat Жыл бұрын
what I really need to know is how to hide the "note: set RUST_BACKTRACE=1 for much noisier test output" message
@yapayzeka2 жыл бұрын
writing only "cargo test" didn't run integration tests for me.
@andikasaputra13903 жыл бұрын
Pointer please
@letsgetrusty3 жыл бұрын
Pointers are coming soon!
@HammerHeadGameStudio5 ай бұрын
Unit/integration testing feels pretty similar in most languages... boring but important.
@tech34252 ай бұрын
One for the algo
@alissongaliza50552 жыл бұрын
Quite opinionated on tests, mr rust
@unperrier59988 ай бұрын
Rust test framework constrains too much the user into a structure that is too rigid to my taste.
@fenilli3 жыл бұрын
Not gonna lie, I don't really like this convention for tests, sadly convention over configuration has this sort of problem.