Re: Behaviour driven development in Django rest framework.

2020-05-03 Thread Carl Nobile
I realize that this is just my opinion, however, I've been writing code for over 40 years and Python for over 20. There is nothing, no process, not a special package that will develop good code for you, only well-trained engineers that follow best practices. In Python, this means the coding

Behaviour driven development in Django rest framework.

2020-05-03 Thread Tom Victor
My current company is planing to switch to behaviour driven development also known as BDD. After a long google search I came to the conclusion that behave is the semi official python package for BDD in python. I am wondering how could we practically use along with drf. What is the correct