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

Make unittest2 support Python 2 and Python 3 with single code base #81

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

Right now you have to install unittest2 for Python 2 and unittest2py3k for 
Python 3.

This is a little clunky when using pip requirements files and tox because you 
have to have two separate requirements files and two separate tox targets.

It would be nice if there were one package that supported both.

I am starting a branch here with changes to support this:

https://bitbucket.org/msabramo/unittest2/branch/py2_and_py3_single_source


Original issue reported on code.google.com by [email protected] on 6 May 2014 at 5:49

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