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

Commitb21c32a

Browse files
committed
Pass assertionmsg as a keyword argument intest_installation
It was originally made explicit like this, but it ended up becomingposition in my last few commits. This restores that clearer aspectof how it was written before, while keeping all the other changes.
1 parentd0868bd commitb21c32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/test_installation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _check_result(self, result, failure_summary):
6363
self.assertEqual(
6464
0,
6565
result.returncode,
66-
self._prepare_failure_message(result,failure_summary),
66+
msg=self._prepare_failure_message(result,failure_summary),
6767
)
6868

6969
@staticmethod

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp