tahoe-lafs/src/allmydata/test
2010-02-23 18:59:13 -08:00
..
__init__.py re-enable incident-reporting, but disable it in unit tests, because they take 150% longer, and the leftover trailing timers cause errors 2008-07-06 23:49:08 -07:00
bench_dirnode.py class name cleanups: s/FileNode/ImmutableFileNode/ 2009-11-19 23:22:39 -08:00
check_grid.py Add create-node CLI command, and make create-client equivalent to create-node --no-storage (fixes #760) 2010-01-15 21:20:55 -08:00
check_load.py change docs and --help to use "grid" instead of "virtual drive": closes #892. 2010-01-14 12:11:19 -08:00
check_memory.py Add create-node CLI command, and make create-client equivalent to create-node --no-storage (fixes #760) 2010-01-15 21:20:55 -08:00
check_speed.py hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900. 2010-01-14 14:15:29 -08:00
common_util.py tests: stop using setUpClass/tearDownClass, since they've been deprecated in Twisted-8.2.0 2009-02-23 14:43:12 -07:00
common_web.py tests/no_network: move GET into the GridTestMixin class 2009-02-24 18:33:00 -07:00
common.py Prevent mutable objects from being retrieved from an immutable directory, and associated forward-compatibility improvements. 2010-01-26 22:44:30 -08:00
figleaf.excludes move all packages into src/, fix allmydata.Crypto build. Now you must perform a 'setup.py build' before using anything, and you must add the build directory (build/lib.linux-i686-2.4) to your PYTHONPATH before doing anything 2006-12-14 03:39:50 -07:00
no_network.py immutable: downloader accepts notifications of buckets even if those notifications arrive after he has begun downloading shares. 2010-01-31 22:16:10 -08:00
test_backupdb.py Add dirnodes to backupdb and "tahoe backup", closes #606. 2009-11-26 15:42:57 -08:00
test_base62.py doc: licensing cleanups 2009-09-20 10:16:31 -07:00
test_checker.py checker: don't let failures in add-lease affect checker results. Closes #875. 2009-12-29 15:01:08 -08:00
test_cli.py Test behaviour of 'tahoe ls' for unknown objects (#837) 2010-02-23 18:59:13 -08:00
test_client.py Prevent mutable objects from being retrieved from an immutable directory, and associated forward-compatibility improvements. 2010-01-26 22:44:30 -08: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_consolidate.py consolidator: re-use more directories, add total directories seen-vs-used counts 2009-03-12 20:48:01 -07:00
test_crawler.py hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900. 2010-01-14 14:15:29 -08:00
test_deepcheck.py hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900. 2010-01-14 14:15:29 -08:00
test_dirnode.py Improvements to test_unknownnode to cover invalid cap URIs with known prefixes 2010-01-29 22:39:08 -08:00
test_download.py Simplify immutable download API: use just filenode.read(consumer, offset, size) 2009-12-01 17:53:30 -05:00
test_encode.py hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900. 2010-01-14 14:15:29 -08:00
test_filenode.py Address comments by Kevan on 833 and add test for stripping spaces 2010-01-27 15:06:42 -08: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 move convergence secret into SecretHolder, next to lease secret 2009-11-17 17:54:44 -08:00
test_hung_server.py immutable: downloader accepts notifications of buckets even if those notifications arrive after he has begun downloading shares. 2010-01-31 22:16:10 -08:00
test_immutable.py hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900. 2010-01-14 14:15:29 -08:00
test_introducer.py hush pyflakes-0.4.0 warnings: slightly less-trivial fixes. Closes #900. 2010-01-14 14:17:19 -08:00
test_iputil.py move testutil into test/common_util.py, since it doesn't count as 'code under test' for our pyflakes numbers 2008-10-28 21:28:31 -07:00
test_keygen.py switch to using RemoteException instead of 'wrapped' RemoteReferences. Should fix #653, the rref-EQ problem 2009-05-21 17:46:32 -07:00
test_mutable.py hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900. 2010-01-14 14:15:29 -08: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_nevow.py tests: stop being surprised that Nevow no longer prints out warnings when it tries to find its static files 2010-01-31 20:11:44 -08:00
test_no_network.py Simplify immutable download API: use just filenode.read(consumer, offset, size) 2009-12-01 17:53:30 -05:00
test_node.py hush pyflakes-0.4.0 warnings: slightly less-trivial fixes. Closes #900. 2010-01-14 14:17:19 -08: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_provisioning.py test_provisioning: STAN is not always a list. Fix by David-Sarah Hopwood. 2010-01-14 17:46:32 -08:00
test_repairer.py repairer: fix some wrong offsets in the randomized verifier tests, debugged by Brian 2010-01-10 12:37:21 -08:00
test_runner.py tests: don't require tahoe to run with no noise if we are using an old twisted that emits DeprecationWarnings 2010-01-31 21:23:23 -08:00
test_stats.py move testutil into test/common_util.py, since it doesn't count as 'code under test' for our pyflakes numbers 2008-10-28 21:28:31 -07:00
test_storage.py web/storage.py: display total-seen on the last-complete-cycle line. For #940. 2010-02-07 16:20:10 -08:00
test_system.py Prevent mutable objects from being retrieved from an immutable directory, and associated forward-compatibility improvements. 2010-01-26 22:44:30 -08:00
test_upload.py Clean up log.err calls, for one of the issues in #889. 2010-01-11 17:33:43 -08:00
test_uri.py Prevent mutable objects from being retrieved from an immutable directory, and associated forward-compatibility improvements. 2010-01-26 22:44:30 -08:00
test_util.py test_util.py: improve coverage of util.time_format 2010-02-23 23:46:37 -05:00
test_web.py Add tests for the ophandle expiration behavior in #577 2010-02-20 17:04:55 -08:00
trial_coverage.py code coverage: replace figleaf with coverage.py, should work on py2.6 now. 2010-02-03 08:54:21 -08:00