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

gh-71339: Use new assertion methods in tests#129046

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

Merged
Merged
Changes from1 commit
Commits
Show all changes
12 commits
Select commitHold shift + click to select a range
df921a3
gh-71339: Use new assertion methods in tests
serhiy-storchakaJun 30, 2023
c54a4cf
Fix test_cmd_line.
serhiy-storchakaJan 20, 2025
b253501
Remove redundant msgs.
serhiy-storchakaJan 20, 2025
b341ef3
Move some changes out to other PRs.
serhiy-storchakaJan 20, 2025
ac23640
Fix test_cmd_line again.
serhiy-storchakaJan 20, 2025
e98e19e
Merge branch 'main' into use-extra-assertions
JelleZijlstraJan 20, 2025
008cd2b
Restore "With" in other names.
serhiy-storchakaJan 21, 2025
cc1f37a
Merge branch 'main' into use-extra-assertions
serhiy-storchakaJan 21, 2025
3c985b8
Merge branch 'main' into use-extra-assertions
serhiy-storchakaApr 14, 2025
b26b204
Merge branch 'main' into use-extra-assertions
serhiy-storchakaApr 15, 2025
039bf0b
Merge branch 'main' into use-extra-assertions
serhiy-storchakaMay 22, 2025
ef68038
Merge remote-tracking branch 'refs/remotes/origin/use-extra-assertion…
serhiy-storchakaMay 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fix test_cmd_line again.
  • Loading branch information
@serhiy-storchaka
serhiy-storchaka committedJan 20, 2025
commitac23640cd0fbdf9ebcc0e28af062d0074071bbab
2 changes: 1 addition & 1 deletionLib/test/test_cmd_line.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1015,7 +1015,7 @@ def test_parsing_error(self):
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
text=True)
err_msg = "Unknown option --unknown-option\nusage: "
err_msg = "Unknown option: --unknown-option\nusage: "
self.assertStartsWith(proc.stderr, err_msg)
self.assertNotEqual(proc.returncode, 0)

Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp