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

no aliases for "assertItemsEqual" (2) and "assertCountEqual" (3) #220

Open
berleant opened this issue Jul 14, 2016 · 2 comments
Open

no aliases for "assertItemsEqual" (2) and "assertCountEqual" (3) #220

berleant opened this issue Jul 14, 2016 · 2 comments

Comments

@berleant
Copy link

six.py has an alias for it, making me wonder why future.utils doesn't.

https://pythonhosted.org/six/#six.assertCountEqual

@jayvdb
Copy link

jayvdb commented Jul 15, 2016

These two methods only would create more incompatibilities.

This problem is adequately solved by using unittest2.
Perhaps python-future could do the patchwork necessary to add unittest2 when it is needed?

@nilliams
Copy link

Also would like to see this in future.

It's a pain that Py3 basically broke this, seemingly by accident if you read the history. Seems like the perfect pain point for future to patch over.

Needing unittest2 for this seems overkill.

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

No branches or pull requests

4 participants