tahoe-lafs/src/allmydata/test/cli
Jean-Paul Calderone c694e8c7e2 Delete allmydata.version_checks and related functionality
It is not Tahoe-LAFS' job to manage package installation in this way.
Instead, we can declare our dependencies in setup.py and rely on installation
management tools and packagers to create a suitable execution environment.

Making this statement in the past required going much further out on a limb
than it does today.  This code has served its purpose and can now be retired.
2020-11-23 15:10:18 -05:00
..
__init__.py test_cli_*: move files into test/cli/* 2016-08-03 19:10:53 -04:00
common.py move run_cli() up to test/common_util.py 2016-09-09 15:40:01 -07:00
test_alias.py cli.test_alias: move skip-unless utility to common_util.py 2018-03-28 15:30:24 -07:00
test_backup.py remove the custom timeouts 2019-05-08 18:39:26 -06:00
test_check.py Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04:00
test_cli.py Delete allmydata.version_checks and related functionality 2020-11-23 15:10:18 -05:00
test_cp.py Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04:00
test_create_alias.py remove the custom timeouts 2019-05-08 18:39:26 -06:00
test_create.py Make configutil tests more standalone, and less repetitive. 2020-08-11 15:38:58 -04:00
test_daemonize.py Update monkey-patch to follow moved code 2020-01-15 15:26:08 -05:00
test_invite.py Add 'tahoe invite' and 'tahoe create-node --join' commands 2017-08-08 18:27:06 -06:00
test_list.py remove the custom timeouts 2019-05-08 18:39:26 -06:00
test_mv.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
test_put.py remove the custom timeouts 2019-05-08 18:39:26 -06:00
test_start.py assertFailure instead of bespoke code 2020-05-04 21:59:15 -06:00
test_status.py replaced StringIO imports with six.moves 2019-03-28 12:31:37 +01:00