Testing with golang and testify - tutorial part 1

Поделиться
HTML-код
  • Опубликовано: 17 сен 2024

Комментарии • 23

  • @MaximRovinsky
    @MaximRovinsky 2 года назад +5

    Thomas, thanks for the test tutorial. Great job👍

    • @ThomasLanghorst
      @ThomasLanghorst  2 года назад

      Hey Maxim, thank you so much! Glad you liked the video!

  • @flexairz
    @flexairz 2 года назад +2

    Great explanation!
    Thanks!

  • @petarnikov7459
    @petarnikov7459 2 года назад +2

    Thank you for the video.

    • @ThomasLanghorst
      @ThomasLanghorst  2 года назад +1

      Hey Petar, glad you liked it! Thanks for the comment, much appreciated!

  • @basilgafoor
    @basilgafoor 2 года назад +2

    go testify go!!!

  • @inspirehub-rich
    @inspirehub-rich Месяц назад

    go testify go

  • @vaibhavverma7395
    @vaibhavverma7395 Год назад

    thanks for the tutorial!

  • @_Holy_Lance_
    @_Holy_Lance_ 2 года назад +1

    Thanks

    • @ThomasLanghorst
      @ThomasLanghorst  2 года назад

      Hey Diego. Thanks for the comment. Glad you liked it.

  • @yingda-rv1gh
    @yingda-rv1gh Год назад +1

    so helpful!

  • @jostegare
    @jostegare Год назад

    thanks thanks thanks!

  • @josephmartin6219
    @josephmartin6219 2 года назад +2

    Thank you Thomas! Please can we access the github repo for the tutorial, thanks!

    • @ThomasLanghorst
      @ThomasLanghorst  2 года назад +2

      Hey man, thanks for the comment. Sure, I will add it to the description of all videos. Thanks for the advice!
      Here is the link btw:
      github.com/thomaslanghorst/testify-tutorial

    • @josephmartin6219
      @josephmartin6219 2 года назад

      @@ThomasLanghorst thank you so much!!

  • @sxlg_32
    @sxlg_32 7 месяцев назад

    6:25 this is inaccurate. The testing package provides various functions:
    t.Log() / t.LogF() prints a message without failing.
    t.Fail() fails the test without printing a message.
    t.Error() and t.ErrorF() can be used to fail a test and print a message. Note that doing so will fail the test but not immediately, the test will still complete.
    t.Fatal() fails the test and immediately exits execution.

  • @TravisKeenan
    @TravisKeenan 2 года назад +1

    "GO TESTIFY GO"

  • @harikeshverma8917
    @harikeshverma8917 2 года назад +1

    go testify go

  • @virabadrasana
    @virabadrasana 8 месяцев назад

    go testify go

  • @ezequielcorbacho2321
    @ezequielcorbacho2321 2 года назад +1

    go testify go