Update test to be more robust to changing dictionary order.
[htsworkflow.git] / experiments /
2015-03-27 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2015-03-20 Diane TroutThe empty list is now not found
2015-03-20 Diane TroutSpecify text vs binary mode for opening files.
2015-03-20 Diane Troutprefer native string types.
2015-03-19 Diane TroutUse django.utils.encode smart_text or smart_str for...
2015-03-18 Diane Troutimport urljoin from six.moves.urllib.parse
2015-03-18 Diane Troutuse JsonResponse instead of making a json response...
2015-03-18 Diane Troutdrop support for simplejson. were only caring about...
2015-02-03 Diane Troutnew json code returns [] when there are no lanes
2015-02-03 Diane Troutconvert to unicode_literals
2015-01-29 Diane Troutconvert has_key to X in dictionary
2015-01-29 Diane Troutremove ,'s from more except blocks, and now a raise too
2015-01-29 Diane Troutuse force_text instead of force_unicode for python2...
2015-01-29 Diane TroutConvert old style except blocks to except Exception...
2015-01-21 Diane TroutUpdate test_retrieve_config to work with factories
2015-01-13 Diane TroutUpdate inventory tests to use factory boy.
2015-01-12 Diane Troutmove the file type test cases out into their own module
2015-01-12 Diane Troutuse migrations for experiments, and use migrations...
2015-01-10 Diane TroutForgot to disable loading ClusterStation and Sequencer...
2015-01-10 Diane TroutConvert experiments modules to use factories instead...
2015-01-10 Diane Troutmove cluster station and sequencer tests out into their...
2015-01-09 Diane Troutone should only return json objects. so put our arrays...
2014-12-13 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2014-11-01 Diane TroutThe makemigrations code didn't like how I was setting...
2014-07-24 Diane TroutFlatten project hierarchy, moving djano applications...