Test htsworkflow under several different django & python versions
[htsworkflow.git] / experiments / test_experiments.py
2017-02-28 Diane TroutPort test_experiment to rdflib
2017-02-23 Diane TroutA user object is not the same as a username
2017-02-22 Diane TroutExpect empty list instead of a 404.
2017-02-22 Diane TroutSet sort order on Lanes model.
2016-09-15 Diane TroutFix test case looking for library id
2016-09-15 Diane Troutremove unused import
2016-09-14 Diane TroutAdapt response.content for RDF and xhtml validator
2016-09-14 Diane Troutelpy+flake8 suggested some formatting improvements
2016-09-14 Diane TroutDelete temp objects to avoid constraint error
2016-06-24 Diane TroutThe sort order of lanes changed breaking my test
2016-06-24 Diane TroutAdmin url includes /change/ at the end
2016-06-24 Diane TroutUse reverse with named url patterns
2015-05-26 Diane Troutrename datarun to sequencing run, and propogate the...
2015-05-05 Diane Troutupdate docstring
2015-05-05 Diane Troutadd in missing import
2015-05-05 Diane TroutRemove unused imports
2015-05-05 Diane Troutadjust whitespace
2015-05-05 Diane TroutAdd more tests for lanes_for
2015-04-06 Diane TroutDrop support for simplejson
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 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-02-03 Diane Troutnew json code returns [] when there are no lanes
2015-02-03 Diane Troutconvert to unicode_literals
2015-01-29 Diane Troutremove ,'s from more except blocks, and now a raise too
2015-01-12 Diane Troutmove the file type test cases out into their own module
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-07-24 Diane TroutFlatten project hierarchy, moving djano applications...