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 of tags in HTML result files are different between two runs #23

Closed
novoid opened this issue Sep 29, 2018 · 1 comment
Closed

Order of tags in HTML result files are different between two runs #23

novoid opened this issue Sep 29, 2018 · 1 comment

Comments

@novoid
Copy link
Owner

novoid commented Sep 29, 2018

Due to moving from Python 2 to Python 3 as of #22, the handling of Dict has changed. This results in failed end-to-end tests because the order of the tags are different from one run to the next one.

Either the Dict has to be migrated to OrderedDict or the tags should be in alphabetic order.

@novoid
Copy link
Owner Author

novoid commented Sep 30, 2018

Solved with 0336b1d

@novoid novoid closed this as completed Sep 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant