You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="use BIP324 v2 connections between all nodes by default",
452
456
)
457
+
parser.add_argument(
458
+
"--test_methods",
459
+
dest="test_methods",
460
+
nargs="*",
461
+
help="Run specified test methods sequentially instead of the full test. Use only for methods that do not depend on any context set up in run_test or other methods.",
462
+
)
453
463
454
464
self.add_options(parser)
455
465
# Running TestShell in a Jupyter notebook causes an additional -f argument
0 commit comments