Set sort order on Lanes model.
authorDiane Trout <diane@testing.woldlab.caltech.edu>
Wed, 22 Feb 2017 23:45:00 +0000 (15:45 -0800)
committerDiane Trout <diane@testing.woldlab.caltech.edu>
Wed, 22 Feb 2017 23:45:00 +0000 (15:45 -0800)
commitbc9c61ea8fc1df9a2c356582e1a3defaf30a8b9b
tree76362f35b481e1b5d436d9b9e48a6065255a1f5f
parent07c84240393cfdbbfc53dfbad4114fa749e67ebe
Set sort order on Lanes model.

I was enforcing a sort order one one way to retrieve lanes but not the
other, which ment my tests depended on the database default return
order.

This then impacted another test of 'expected' results which needed to
be updated.
experiments/experiments.py
experiments/models.py
experiments/test_experiments.py