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

Small refactoring of unit tests. #379

Merged
merged 3 commits into from Jan 29, 2015
Merged

Small refactoring of unit tests. #379

merged 3 commits into from Jan 29, 2015

Conversation

Alkalit
Copy link
Contributor

@Alkalit Alkalit commented Jan 29, 2015

No new asserts, only code refactoring. See names of commits.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.12%) to 55.82% when pulling bbc118a on Alkalit:master into 18f01b3 on django-wiki:master.

benjaoming added a commit that referenced this pull request Jan 29, 2015
Refactoring of unit tests.
@benjaoming benjaoming merged commit 9237dee into django-wiki:master Jan 29, 2015
@benjaoming
Copy link
Member

Thanks, appreciated! Curious, how did you get from this....

func(
    arg1,
    arg2)

to this:

func(
    arg1,
    arg2
)

?

I want my autopep8 to do the same :) I actually have an issue on it.... hhatto/autopep8#135

@Alkalit
Copy link
Contributor Author

Alkalit commented Jan 30, 2015

You will be disappointed - i just made my hands dirty. It's easy with vim.
My pep8 utils also seems stupid in such cases.

@benjaoming
Copy link
Member

Oh :) but since we're gonna continue down the pep8 track, hopefully we'll end up a place where we don't need to do pep8 edits anymore.

Thanks for the contribution!

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