Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Python3 compliant unit test fix #14

Merged
merged 1 commit into from
Feb 10, 2016
Merged

Python3 compliant unit test fix #14

merged 1 commit into from
Feb 10, 2016

Conversation

avelis
Copy link
Contributor

@avelis avelis commented Feb 10, 2016

In Python3, ranges got their own type. So, to match expectations of the
assertion the range value is turned into a list.

In Python3, ranges got their own type. So, to match expectations of the
assertion it is turned into a list.
@avelis
Copy link
Contributor Author

avelis commented Feb 10, 2016

@staticdev This should fix the failing unit test in Python3.

staticdev pushed a commit that referenced this pull request Feb 10, 2016
Python3 compliant unit test fix
@staticdev staticdev merged commit ee33e92 into staticdev:master Feb 10, 2016
@staticdev
Copy link
Owner

Very nice! We have a stable build now. Thanks a lot for all the work @avelis.

@avelis
Copy link
Contributor Author

avelis commented Feb 10, 2016

@staticdev You are welcome. Thanks for taking in the pull-requests in a responsive manner. Much appreciation for that.

@ud4w
Copy link

ud4w commented Mar 1, 2016

Sorry, comment were done mistakenly

@staticdev
Copy link
Owner

Ok

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants