Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Fix tests that are broken under Python 2.7.#86

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
marcusrbrown wants to merge2 commits intogitpython-developers:0.3frommarcusrbrown:fix/0.3/py2.7-unittest
Closed

Fix tests that are broken under Python 2.7.#86

marcusrbrown wants to merge2 commits intogitpython-developers:0.3frommarcusrbrown:fix/0.3/py2.7-unittest

Conversation

@marcusrbrown
Copy link
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
Copy link
Member

Thank you.
This fix is already integrated by now.

@ByronByron closed thisNov 19, 2014
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@marcusrbrown@Byron

[8]ページ先頭

©2009-2025 Movatter.jp