Re: Resources for writing tests

2020-12-02 Thread Ahmed omar miladi
thank's for all i find the solution I forget to do migrate before creating superuser On Wednesday, 2 December 2020 at 19:48:48 UTC+1 vicker...@gmail.com wrote: > This is perfect, thank you. > > On Wed, 2 Dec 2020 at 12:15, Shishir Jha wrote: > >> You can look for obey the testing goat book in p

Re: Resources for writing tests

2020-12-02 Thread mike vickers
This is perfect, thank you. On Wed, 2 Dec 2020 at 12:15, Shishir Jha wrote: > You can look for obey the testing goat book in python. It covers tdd with > python and django > > On Wed, 2 Dec 2020, 10:12 pm mike vickers, wrote: > >> Does anyone know of any good resources walking you through writi

Re: Resources for writing tests

2020-12-02 Thread Shishir Jha
You can look for obey the testing goat book in python. It covers tdd with python and django On Wed, 2 Dec 2020, 10:12 pm mike vickers, wrote: > Does anyone know of any good resources walking you through writing tests > for django? I've read through their documentation, and I've written a few, >