Lessons: Testing
The first step to writing fault tolerant and scalable code is writing bug free code. In these lessons we explore how best to test our Elixir code.
Test Yapmak
    
Test, yazılım geliştirmenin önemli bir parçasıdır. Bu derste ExUnit ile Elixir kodumuzu nasıl test edeceğimize bakacağız ve bu konuda bazı ipuçları vereceğiz.