Testing in Rust - Part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ย. 2024

ความคิดเห็น • 30

  • @letsgetrusty
    @letsgetrusty  3 ปีที่แล้ว +2

    📝 Get your *FREE Rust cheat sheet* : www.letsgetrusty.com/cheatsheet

  • @robvp71
    @robvp71 2 ปีที่แล้ว +17

    Great series, scary that the test videos do not get the same attention as the others, super important!

  • @dmytrobortnichuk8501
    @dmytrobortnichuk8501 2 ปีที่แล้ว +1

    Богдан, дякую за контент, подобається систематична викладка

  • @ImranKhan-br5dv
    @ImranKhan-br5dv ปีที่แล้ว +1

    an amezing videos to learn rust, now I can understand rust programming from your videos ,
    thanks LGR.

  • @cardosofede
    @cardosofede 2 ปีที่แล้ว +1

    Rust is the kingdom and you are the King!

  • @sahilverma4077
    @sahilverma4077 3 ปีที่แล้ว +3

    a video on different prebuilt structures we can implement on our structure to add features to our structure (like Interfaces in java) please

    • @letsgetrusty
      @letsgetrusty  3 ปีที่แล้ว

      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

    • @sahilverma4077
      @sahilverma4077 3 ปีที่แล้ว

      @@letsgetrusty thanks, will do that

  • @kishanbsh
    @kishanbsh 3 ปีที่แล้ว +6

    In terms of unit tests, Im very used to setup, teardown and mocks
    Is this possible in rust ?

  • @RichardBurgess-v2h
    @RichardBurgess-v2h 11 หลายเดือนก่อน

    Thank you.

  • @GolangDojo
    @GolangDojo 3 ปีที่แล้ว +8

    Wait, how do you get out of your room

  • @caveofmovies8597
    @caveofmovies8597 3 ปีที่แล้ว +7

    Maybe iterators next?

    • @letsgetrusty
      @letsgetrusty  3 ปีที่แล้ว +7

      Iterators are in fact next!

    • @letsgetrusty
      @letsgetrusty  3 ปีที่แล้ว +4

      And by next I mean in a few videos ;)

    • @inx1819
      @inx1819 3 ปีที่แล้ว

      Yesssss those can be confusing

  • @RoamingAdhocrat
    @RoamingAdhocrat ปีที่แล้ว

    what I really need to know is how to hide the "note: set RUST_BACKTRACE=1 for much noisier test output" message

  • @rtdietrich
    @rtdietrich 11 หลายเดือนก่อน

    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?

  • @yapayzeka
    @yapayzeka 2 ปีที่แล้ว

    writing only "cargo test" didn't run integration tests for me.

  • @tech3425
    @tech3425 2 หลายเดือนก่อน

    One for the algo

  • @HammerHeadGameStudio
    @HammerHeadGameStudio 6 หลายเดือนก่อน

    Unit/integration testing feels pretty similar in most languages... boring but important.

  • @andikasaputra1390
    @andikasaputra1390 3 ปีที่แล้ว

    Pointer please

    • @letsgetrusty
      @letsgetrusty  3 ปีที่แล้ว +1

      Pointers are coming soon!

  • @unperrier5998
    @unperrier5998 9 หลายเดือนก่อน

    Rust test framework constrains too much the user into a structure that is too rigid to my taste.

  • @alissongaliza5055
    @alissongaliza5055 2 ปีที่แล้ว +1

    Quite opinionated on tests, mr rust

  • @fenilli
    @fenilli 3 ปีที่แล้ว +2

    Not gonna lie, I don't really like this convention for tests, sadly convention over configuration has this sort of problem.