Changeset aa6dcaf in OpenWorkouts-current for ow/tests


Ignore:
Timestamp:
Mar 5, 2019, 11:47:51 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current
Children:
04c882d
Parents:
778d53d
Message:

Fixed some cosmetic details (empty lines, whitespaces, indentation).
Fixed a test that was breaking depending on which days you ran it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/tests/views/test_user.py

    r778d53d raa6dcaf  
    11041104        # the body is a valid json-encoded stream
    11051105        obj = json.loads(response.body)
    1106         assert len(obj) == 68
    11071106        for week in obj:
    11081107            assert len(week.keys()) == 8
     
    11381137        # the body is a valid json-encoded stream
    11391138        obj = json.loads(response.body)
    1140         assert len(obj) == 68
    11411139        for week in obj:
    11421140            assert len(week.keys()) == 8
Note: See TracChangeset for help on using the changeset viewer.