Skip to content

Commit bb0e29c

Browse files
committed
Update integration tests for --version option
1 parent 3d5fdf6 commit bb0e29c

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

β€Žtest/hi.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Test 1: help text
3535
start Java in a mode so an IDE/debugger can attach to it
3636
--help, -h
3737
show this help
38+
--version
39+
print the version of the software
3840
--dry-run
3941
show the command line, but do not run anything
4042
--debug

β€Žtest/jy.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Test help text
3535
start Java in a mode so an IDE/debugger can attach to it
3636
--help, -h
3737
show this help
38+
--version
39+
print the version of the software
3840
--dry-run
3941
show the command line, but do not run anything
4042
--debug

β€Žtest/parsy.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Test command line argument combinations.
4141
start Java in a mode so an IDE/debugger can attach to it
4242
--help, -h
4343
show this help
44+
--version
45+
print the version of the software
4446
--dry-run
4547
show the command line, but do not run anything
4648
--debug

β€Žtest/paunch.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Test help text
2727
print information about the selected Python
2828
--help, -h
2929
show this help
30+
--version
31+
print the version of the software
3032
--dry-run
3133
show the command line, but do not run anything
3234
--debug

β€Žtest/python.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Tests:
2626
print information about the selected Python
2727
--help, -h
2828
show this help
29+
--version
30+
print the version of the software
2931
--dry-run
3032
show the command line, but do not run anything
3133
--debug

β€Žtest/repl.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Test help text
4848
print information about the selected Python
4949
--help, -h
5050
show this help
51+
--version
52+
print the version of the software
5153
--dry-run
5254
show the command line, but do not run anything
5355
--debug

0 commit comments

Comments
Β (0)