Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix tests that are broken under Python 2.7.#86

Closed
marcusrbrown wants to merge 2 commits into
gitpython-developers:0.3gitpython-developers/GitPython:0.3from
marcusrbrown:fix/0.3/py2.7-unittestCopy head branch name to clipboard
Closed

Fix tests that are broken under Python 2.7.#86
marcusrbrown wants to merge 2 commits into
gitpython-developers:0.3gitpython-developers/GitPython:0.3from
marcusrbrown:fix/0.3/py2.7-unittestCopy head branch name to clipboard

Conversation

@marcusrbrown

Copy link
Copy Markdown
Contributor

In Python 2.7, the unittest module was revamped to match the Python 3 version. Python 2.7 unittest doesn't run class fixtures if the class method isn't named setUpClass(). This fixes the tests that throw AttributeError under Python 2.7 (also mentioned in Issues #20 and #62):

"AttributeError: 'TestGit' object has no attribute 'rorepo'"

I also tested under Python 2.6 to ensure that those tests would still run. I have a similar patch incoming on master.

@Byron

Byron commented Nov 19, 2014

Copy link
Copy Markdown
Member

Thank you.
This fix is already integrated by now.

@Byron Byron closed this Nov 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.