tahoe-lafs/src/allmydata/test
2016-02-02 18:45:52 +00:00
..
__init__.py Changes to Tahoe needed to work with new zetuptoolz (that does not use .exe wrappers on Windows), and to support Unicode arguments and stdout/stderr -- v5 2010-07-25 01:32:16 -07:00
bench_dirnode.py benchmarking: update bench_dirnode to be correct and use the shiniest new pyutil.benchutil features concerning what units you measure in 2010-07-18 21:49:48 -07:00
check_grid.py remove interpreter shbang lines from non-executables 2011-10-14 10:23:01 -07:00
check_load.py test/check_load: hush (newer) pyflakes 2015-07-12 18:25:55 -07:00
check_memory.py fix check-memory test, with new new (safe) control-port methods 2015-04-21 13:05:58 -07:00
check_speed.py remove interpreter shbang lines from non-executables 2011-10-14 10:23:01 -07:00
common_util.py Don't call time.tzset() if the platform doesn't have it. fixes ticket:2723 2016-02-02 18:10:33 +00:00
common_web.py test_web: improve ETag tests, add If-None-Match test 2012-05-13 00:45:11 -07:00
common.py Remove 'needs-rebalancing' and add 'count-happiness' to checker reports; repair tests. fixes #1784, #2105 2014-03-20 16:13:57 +00:00
no_network.py Adds delete_all_shares 2014-09-02 18:48:39 -07:00
test_auth.py Change uses of os.path.expanduser and os.path.abspath. refs #2235 2015-01-30 00:50:18 +00:00
test_backupdb.py Simplifications resulting from requiring Python 2.5 and therefore being able to use sqlite3 from the standard library. This also drops sqlite3 from the set of versions and paths we report. 2012-05-16 02:47:25 +00:00
test_base62.py remove interpreter shbang lines from non-executables 2011-10-14 10:23:01 -07:00
test_checker.py Remove ugly shadowing of Client.DEFAULT_ENCODING_PARAMETERS. fixes #1847 2014-04-21 22:41:23 +01:00
test_cli_backup.py Eliminate mock dependency. 2015-07-17 22:12:25 +01:00
test_cli_check.py test_cli.py: split the largest test classes out into separate files 2015-02-24 01:41:23 -08:00
test_cli_cp.py test_cli_cp: minor cleanup 2015-07-28 17:39:26 -07:00
test_cli_create_alias.py test_cli.py: split the largest test classes out into separate files 2015-02-24 01:41:23 -08:00
test_cli_list.py test_cli.py: split the largest test classes out into separate files 2015-02-24 01:41:23 -08:00
test_cli_mv.py test_cli.py: split the largest test classes out into separate files 2015-02-24 01:41:23 -08:00
test_cli_put.py test_cli.py: split the largest test classes out into separate files 2015-02-24 01:41:23 -08:00
test_cli.py Remove -u shortcut for 'tahoe ls --uri' which clashes with --node-url. fixes ticket:1949, ticket:2137 2016-02-02 18:45:52 +00:00
test_client.py new feature: preferred storage servers 2015-12-01 19:35:41 +00:00
test_codec.py download: refactor handling of URI Extension Block and crypttext hash tree, simplify things 2008-12-05 08:17:54 -07:00
test_configutil.py Refactor tahoe.cfg handling to configutil. 2015-12-28 19:36:19 +00:00
test_crawler.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_deepcheck.py Remove 'needs-rebalancing' and add 'count-happiness' to checker reports; repair tests. fixes #1784, #2105 2014-03-20 16:13:57 +00:00
test_dirnode.py Remove ResponseCache in favor of MDMFSlotReadProxy's cache. closes #1240. 2012-12-27 00:00:17 +00:00
test_download.py switch UploadResults to use get_uri(), hide internal ._uri 2012-05-21 21:14:44 -07:00
test_drop_upload.py test_client.py, test_drop_upload.py: fix pyflakes warnings. 2011-08-09 20:45:05 -07:00
test_encode.py Add assertions to make sure that set_default_encoding_parameters is always called, rather than using hardcoded 3/7/10 defaults. Also update affected tests. Note that this by itself cannot fix the bug mentioned in ticket:1212#comment:41, but it might make it easier to reproduce. refs #1212 2012-06-19 02:05:04 +00:00
test_encodingutil.py test_encodingutil: use self.patch rather than modifying encodingutil.io_encoding directly. 2015-12-28 20:52:51 +00:00
test_filenode.py immutable/literal.py: Implement interface changes in literal nodes. 2011-08-01 19:08:14 -07:00
test_ftp.py bump Twisted dep to 11.1.0, thus simplify IntishPermissions 2015-03-31 11:06:14 -07:00
test_hashtree.py hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900. 2010-01-14 14:15:29 -08:00
test_helper.py UploadResults: store IServers internally, but still return serverids 2012-05-21 21:18:25 -07:00
test_hung_server.py switch UploadResults to use get_uri(), hide internal ._uri 2012-05-21 21:14:44 -07:00
test_immutable.py Eliminate mock dependency. 2015-07-17 22:12:25 +01:00
test_import.py Don't show scary diagnostic warnings from --version[-and-path] (corrected). refs ticket:2436 2015-07-29 00:20:33 +01:00
test_introducer.py introweb: fix connection hints for server announcements 2015-09-22 17:19:52 -07:00
test_iputil.py Add Namespace utility class. (This is already used in the leasedb/cloud backend branch.) 2015-07-17 22:12:25 +01:00
test_json_metadata.py Eliminate mock dependency. 2015-07-17 22:12:25 +01:00
test_keygen.py isolate test_keygen data 2014-01-12 21:25:11 +00:00
test_mutable.py test_mutable: more enhancements 2015-07-28 10:27:24 -07:00
test_netstring.py directories: keep track of your position as you decode netstring after netstring from an input buffer instead of copying the trailing part 2009-07-04 19:51:09 -07:00
test_no_network.py switch UploadResults to use get_uri(), hide internal ._uri 2012-05-21 21:14:44 -07:00
test_node.py Eliminate mock dependency. 2015-07-17 22:12:25 +01:00
test_observer.py hush pyflakes-0.4.0 warnings: slightly less-trivial fixes. Closes #900. 2010-01-14 14:17:19 -08:00
test_repairer.py Remove ugly shadowing of Client.DEFAULT_ENCODING_PARAMETERS. fixes #1847 2014-04-21 22:41:23 +01:00
test_runner.py Add test for 'tahoe create-node/client/introducer' output. closes ticket:2556 2015-12-01 17:58:16 +00:00
test_sftp.py test_sftp.py: minor cosmetic changes 2013-04-14 13:03:55 -07:00
test_stats.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_storage_client.py test_storage_client.py: add test_get_available_space_{old,new}. 2014-11-23 06:03:00 +00:00
test_storage.py Eliminate mock dependency. 2015-07-17 22:12:25 +01:00
test_system.py Make tests work with both Nevow 0.11 and 0.12 2016-01-31 17:18:03 +00:00
test_upload.py Removes unnecessary import 2014-09-02 18:48:39 -07:00
test_uri.py Fix a pyflakes import warning. 2013-07-18 20:54:19 +01:00
test_util.py Simplify an existing test by using TimezoneMixin. 2016-02-02 18:11:24 +00:00
test_version.py Avoid spurious errors when an imported version is consistent with pkg_resources 2015-09-12 00:59:51 +01:00
test_web.py Make tests work with both Nevow 0.11 and 0.12 2016-01-31 17:18:03 +00:00
trialtest.py docs/frontends/CLI.rst, src/allmydata/test/trialtest.py: add trailing newlines. refs #1296 2011-01-19 00:19:55 -08:00