Commit ecf3c7d46a42a29cc562c611078513dc87ad5791

Authored by Andrew Buss
1 parent e6120c3aa5
Exists in master

rename tests so they run :o

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

flashcards/tests/test_api.py View file @ ecf3c7d
... ... @@ -53,7 +53,7 @@
53 53 email = "test@flashy.cards"
54 54 User.objects.create_user(email=email, password="12345")
55 55  
56   - def reset_password(self):
  56 + def test_reset_password(self):
57 57 url = '/api/reset_password'
58 58 post_data = {'email': 'test@flashy.cards'}
59 59 patch_data = {'new_password': '54321',