We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989e1ed commit ba20332Copy full SHA for ba20332
.generator/test_cli.py
@@ -16,10 +16,13 @@
16
17
18
def test_handle_configure_dry_run():
19
+ # This is a simple test to ensure that the dry run command succeeds.
20
handle_configure(dry_run=True)
21
22
def test_handle_generate_dry_run():
23
24
handle_generate(dry_run=True)
25
26
def test_handle_build_dry_run():
27
28
handle_build(dry_run=True)
0 commit comments