raylenmargono / Vestivise

3 stars 1 forks source link

Login and Register tests #561

Closed raylenmargono closed 7 years ago

raylenmargono commented 7 years ago

This is how you test apis using test case http://www.django-rest-framework.org/api-guide/testing/#test-cases

for both login and register

  1. write a positive test (successful)
  2. write a negative test (failure)