Usually some of these tests will be made before development and the rest during (Test Driven Development)
Describe the solution you'd like
- Add
pytest and dpytest to requirements.txt and install
- Write tests for each of your current commands using dpytest
- Create new commands and new tests to utilise all of the techniques explained in the slides (22-26)