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. > > > > [...] >

Is There any way to work with bootstrap Modals and Django

2022-03-13 Thread Zakaria Elbouzkri
*I want Update and delete Items with bootstrap Modals in current path * -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.c

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

2022-03-13 Thread Carsten Fuchs
Am 13.03.22 um 10:53 schrieb Antonis Christofides: > This topic is always interesting for me. > > [...] > I didn't expect this reply to become that long, neither that I would not > answer the question in the end. I hope it was helpful anyway. Good luck! > A great text! Thank you! Best regards,

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

2022-03-13 Thread Antonis Christofides
Hello, This topic is always interesting for me. *What is an integration test?* First, I'm always confused about what "integration tests" means. Apparently I'm not the only one. Here's what Edd Yerburgh says in his excellent book, "Testing Vue.js Applications" (p. 9): People define integr