Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302a6c8 commit 34f3cb7Copy full SHA for 34f3cb7
1 file changed
tests/test_magic_arguments.py
@@ -14,6 +14,8 @@
14
15
LEADING_SPACE = "" if sys.version_info > (3, 13) else " "
16
17
+#We do test docstring behavior here.
18
+#fmt: off
19
20
@magic_arguments()
21
@argument('-f', '--foo', help="an argument")
0 commit comments