We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f047ba8 commit 6c48761Copy full SHA for 6c48761
1 file changed
tests/configure/test_config.py
@@ -38,7 +38,7 @@
38
def test_debug_option():
39
# Test that context object debug_mode property changes with --debug flag fed.
40
@click.command()
41
- @click.option('--debug-fed')
+ @click.option('--debug-fed', type=bool)
42
@config.debug_option
43
def test_debug(debug_fed): # noqa
44
ctx = click.get_current_context()
0 commit comments