Skip to content

Commit c1eb548

Browse files
test: shorten some test names
This helps us fit within 80 columns pytest output when not displaying to a terminal (like in GitHub Actions).
1 parent a1aed4b commit c1eb548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_regexp.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,19 @@
8080
}
8181
),
8282

83-
'change password old prompt': (
83+
'change pw old': (
8484
r"""Enter lis@srv's old password: """,
8585
'AskpassPrompt', {
8686
}
8787
),
8888

89-
'change password new prompt': (
89+
'change pw new': (
9090
r"""Enter lis@srv's new password: """,
9191
'AskpassPrompt', {
9292
}
9393
),
9494

95-
'change password retype prompt': (
95+
'change pw verify': (
9696
r"""Retype lis@srv's new password: """,
9797
'AskpassPrompt', {
9898
}

0 commit comments

Comments
 (0)