Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order output not in syn with data-list #5

Open
danwos opened this issue Dec 7, 2018 · 1 comment
Open

Order output not in syn with data-list #5

danwos opened this issue Dec 7, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@danwos
Copy link
Member

danwos commented Dec 7, 2018

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 danwos added the bug Something isn't working label Dec 7, 2018
@saifsayyad saifsayyad mentioned this issue Jan 7, 2019
@saifsayyad
Copy link
Contributor

Fixed this bug in #6 pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants