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

Use assertItemsEqual py2 and assertCountEqual py3 #33

Conversation

earthgecko
Copy link
Contributor

Due to a change in unittest in as identified by @jneuff in #8 (comment)

Semantically assertItemsEqual py2 and assertCountEqual py3 appear to be the same and this fixes the related failing tests on Python 3.5

This also adds a basic method to determine python version for now, I am only committing so that
the new deeper unitest.assertEqual issue that now presents itself can be addressed.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.09%) to 94.85% when pulling 7c2be54 on earthgecko:i8_add_python3_support_earthgecko into a96fa3c on blue-yonder:master.

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

Successfully merging this pull request may close these issues.

None yet

3 participants