Intro to CI/CD Part 3: Getting Started with Unit Testing | Digi-Key Electronics

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

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

  • @DanielKatz-dz1fo
    @DanielKatz-dz1fo 4 месяца назад

    I cant tell you how awesome this video is, thank you for this. I bought Test-Driven Development for Embedded C and want to start developing in that paradigm. This is an excellent resource to get started and super power your projects

  • @YTdama1
    @YTdama1 Год назад +1

    It is amazing how you condensed all this information into 3 videos. I always wanted to get into Docker and Github actions and your serise was a great start. Thanks

  • @surendersampath774
    @surendersampath774 Год назад +9

    Great stuff and thanks. Would love to see something along the line of QEMU, FreeRTOS testing with hardware virtualisation.

  • @kevinmcaleer28
    @kevinmcaleer28 Год назад +2

    Great video Shawn! I laughed when you mentioned this being a long video in the Tweet. I think all my livestreams are a least an hour long!

    • @ShawnHymel
      @ShawnHymel Год назад +3

      Thanks! Hahahaha...nice :) I try to keep most of my videos under 20 min, but I simply couldn't do that with this one (as I wanted to demonstrate building the full demo C project).

    • @surendersampath774
      @surendersampath774 Год назад +1

      @@ShawnHymel And it was worth it.

  • @fredo514
    @fredo514 Год назад +1

    Thank you so much for this awesome video!

  • @joseph9915
    @joseph9915 Год назад +1

    Great video, looking forward to the next one. :D

  • @gokulrajaking
    @gokulrajaking Год назад +1

    you can consider ceedling tool if you only working for c projects. it is great tool for embedded unit testing

  • @archer_mkii
    @archer_mkii 10 месяцев назад

    Thank you very much, great stuff

  • @breakersun
    @breakersun 11 месяцев назад

    great tutorial. It takes too much boiler plate code for an embedded c project. I recommend ceedling with unity and cmock which automaticly create some boiler plate code for users.

  • @amazingtechnology8361
    @amazingtechnology8361 10 дней назад

    I think I should First complete the make file creation process before jumping to unit testing procedure. Any recomendation for that?

  • @KernelNinja_
    @KernelNinja_ Год назад +1

    Great Video, but one comment, you are already in WSL why move to git bash to do the commit? you can do it from WSL

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

      Because I'm lazy and haven't set up my credentials in WSL yet :P But yes, it is something I should do.

  • @christopherlazo2064
    @christopherlazo2064 9 месяцев назад

    Can I use main.c instead for the unit test? instead of main.cpp

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

    First