magic-wormhole/src/wormhole/test
Brian Warner 5542545165 CLI: move most top-level args down into the subcommand
So instead of "wormhole --verify send", use "wormhole send --verify".

The full set of arguments that were moved down:

* --code-length=
* --verify
* --hide-progress
* --no-listen
* --tor

The following remain as top-level arguments (which should appear after
"wormhole" and before the subcommand):

* --relay-url=
* --transit-helper=
* --dump-timing=
* --version
2016-07-27 17:56:03 -07:00
..
__init__.py unsplit tests step 1: move files 2016-04-20 18:44:33 -07:00
common.py CLI: refactor to make testing easier 2016-07-14 22:34:10 -06:00
run_trial.py added unicode_literals import to all apropriate modules 2016-06-04 12:42:59 -07:00
test_args.py CLI: move most top-level args down into the subcommand 2016-07-27 17:56:03 -07:00
test_database.py db: add v2->v3 upgrader 2016-06-24 16:19:39 -07:00
test_hkdf.py added unicode_literals import to all apropriate modules 2016-06-04 12:42:59 -07:00
test_scripts.py CLI: move most top-level args down into the subcommand 2016-07-27 17:56:03 -07:00
test_server.py server: remove listeners on disconnect 2016-06-24 18:48:28 -07:00
test_transit.py Change UsageError -> InternalError, use click.UsageError for human-visible errors 2016-06-22 02:14:34 -06:00
test_util.py u"" cleanup on test_util.py 2016-06-04 14:09:19 -07:00
test_wormhole.py Change UsageError -> InternalError, use click.UsageError for human-visible errors 2016-06-22 02:14:34 -06:00