Re: How Important Is Writing Unit Tests For Django Applications?

2022-03-13 Thread Daniel Coker
Thanks for your response, Antonis. Would you recommend testing views using the Client or RequestFactory classes? On Sunday, 13 March 2022 at 13:41:26 UTC+1 carste...@cafu.de wrote: > Am 13.03.22 um 10:53 schrieb Antonis Christofides: > > This topic is always interesting for me. > > > > [...] >

How Important Is Writing Unit Tests For Django Applications?

2022-03-12 Thread Daniel Coker
I understand the importance of unit testing. However, if we are going to write integration tests (testing the views), this test will step through all of the modules that we would otherwise unit test. So, I'm wondering, it it really necessary to write unit test for Django Applications when we wi