Learning Bash Best Practices - 04 // Unit Tests for Bash Scripts with shunit2

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ •

  • @houbill5363
    @houbill5363 2 роки тому

    Thanks! Very helpful. As you said, sometimes bash does strange things. We should have tests on our code to make sure everything runs correctly, especially when on different machine.

  • @farzadmf
    @farzadmf 3 роки тому +3

    Nice to know that even bash supports unit testing 🤯

  • @RashmiWickramasinghe-b8m
    @RashmiWickramasinghe-b8m 4 місяці тому

    Thanks! Is there a way that I can generate test reports similar to Junit here as well?

  • @motarski
    @motarski 2 роки тому +1

    All right, cool stuff.