Skip to content

Commit ba20332

Browse files
committed
add test comments
1 parent 989e1ed commit ba20332

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.generator/test_cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616

1717

1818
def test_handle_configure_dry_run():
19+
# This is a simple test to ensure that the dry run command succeeds.
1920
handle_configure(dry_run=True)
2021

2122
def test_handle_generate_dry_run():
23+
# This is a simple test to ensure that the dry run command succeeds.
2224
handle_generate(dry_run=True)
2325

2426
def test_handle_build_dry_run():
27+
# This is a simple test to ensure that the dry run command succeeds.
2528
handle_build(dry_run=True)

0 commit comments

Comments
 (0)