KoalaBotUK / WorkExperienceBot

0 stars 0 forks source link

Task 5: Test your bot with dpytest! #5

Open JayDwee opened 3 years ago

JayDwee commented 3 years ago

Usually some of these tests will be made before development and the rest during (Test Driven Development)

Describe the solution you'd like

  1. Add pytest and dpytest to requirements.txt and install
  2. Write tests for each of your current commands using dpytest
  3. Create new commands and new tests to utilise all of the techniques explained in the slides (22-26)