sphinx-test-reports icon indicating copy to clipboard operation
sphinx-test-reports copied to clipboard

Order output not in syn with data-list

Open danwos opened this issue 6 years ago • 1 comments

If a list of values is given for :data: option of ```.. test-env::``, then the ordering of this list gets lost. Instead all requested values get printed in alphabetical order.

Example:

.. test-env:: xy.json
   :data: version, name, python

Output order is: name, python, version.

It would be good, if the ordering of :data: can be kept, so that the author can chose how the final result shall look like.

danwos avatar Dec 07 '18 10:12 danwos