Changeset 0be1b0d in OpenWorkouts-current


Ignore:
Timestamp:
Jan 15, 2019, 10:19:46 PM (5 years ago)
Author:
borja <borja@…>
Branches:
current, feature/docs, master
Children:
ad5759b
Parents:
8af3272
Message:

Marked the password recover view as "no coverage in tests",

as it is far from finished yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/views/user.py

    r8af3272 r0be1b0d  
    101101    name='forgot-password',
    102102    renderer='ow:templates/forgot_password.pt')
    103 def recover_password(context, request):
     103def recover_password(context, request):  # pragma: no cover
    104104    # WIP
    105105    Form(request)
Note: See TracChangeset for help on using the changeset viewer.