tahoe-lafs/src/allmydata/test
2008-06-18 12:57:47 -07:00
..
__init__.py 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
check_grid.py start work on 'check-grid' target, for use in an automated prodnet tester. Just a docstring so far. 2008-06-18 12:57:47 -07:00
check_load.py check_load: add stats-gathering 2007-12-18 14:07:37 -07:00
check_memory.py check_memory: oops, fix HTTP-based modes: trailing slash in node.url vs no slash 2008-05-08 18:01:31 -07:00
check_speed.py check_speed: rearrange a bit to make it easy to disable certain portions 2008-04-21 17:29:59 -07:00
common.py web: transform FileTooLargeError into a friendlier '413 Request Entity Too Large' error 2008-06-03 00:03:16 -07: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
test_base62.py fix a few unused imports and suchlike, discovered by pyflakes 2008-02-13 07:38:08 -07:00
test_cli.py overhaul CLI: not quite complete but it works a lot better than it used to. The new scheme uses 'tahoe add-alias' and rsync/scp-style 'alias:foo/bar.txt' arguments 2008-05-19 19:28:50 -07:00
test_client.py break introducer up into separate modules in the new allmydata.introducer package 2008-06-18 12:24:16 -07:00
test_codec.py trailing-whitespace eradication, no functional changes 2007-11-01 15:34:12 -07:00
test_dirnode.py dirnode: add overwrite= to most API calls, defaulting to True. When False, this raises ExistingChildError rather than overwriting an existing child 2008-05-16 16:09:47 -07:00
test_encode.py mutable WIP: rename NotEnoughPeersError to NotEnoughSharesError 2008-04-15 16:08:32 -07:00
test_filenode.py filenode: add is_mutable to non-MutableFileNode classes 2008-05-19 13:03:00 -07:00
test_hashtree.py test_hashtree.py: get full coverage for hashtree.py 2007-04-12 19:58:13 -07:00
test_helper.py helper: add stats for the gatherer, show some on the webish welcome page 2008-03-27 15:55:32 -07:00
test_introducer.py break introducer up into separate modules in the new allmydata.introducer package 2008-06-18 12:24:16 -07:00
test_iputil.py filter out "0.0.0.0" from detected IP addresses 2007-10-13 00:38:16 -07:00
test_keygen.py key_generator: make default key size be a constructor argument instead of a class variable, pass default key size of 522 (the smallest that we can do) in unit tests to make them faster 2008-04-22 12:28:18 -07:00
test_mutable.py mutable/publish.py: raise FileTooLargeError instead of an ugly assertion when the SDMF restrictions are exceeded 2008-06-03 00:02:10 -07:00
test_nevow.py test: update todo string in test_nevow 2008-02-29 13:10:08 -07:00
test_node.py put all private state in $BASEDIR/private 2007-12-17 16:39:54 -07:00
test_observer.py test_observer: improve test coverage 2007-03-08 16:13:14 -07:00
test_provisioning.py provisioning: oops, fix test_provisioning too 2007-09-07 15:01:17 -07:00
test_runner.py test_runner.py: test launching an introducer too 2008-02-18 00:28:56 -07:00
test_stats.py test_stats.py: improve test coverage 2008-04-30 11:52:31 -07:00
test_storage.py test_storage: yet more coverage 2008-06-17 17:44:10 -07:00
test_system.py break introducer up into separate modules in the new allmydata.introducer package 2008-06-18 12:24:16 -07:00
test_upload.py move FileTooLargeError out to a common location 2008-06-03 00:01:15 -07:00
test_uri.py uri.py: get 100% test coverage, fix a few bugs in the process 2008-03-04 14:27:45 -07:00
test_util.py test_util: improve ConcurrencyLimiter tests 2008-05-07 17:00:47 -07:00
test_web.py web: stop using absolute links (or url.here) in forms and pages, since they break behind proxies. Partially addresses #461 2008-06-17 19:49:40 -07:00
trial_figleaf.py trial_figleaf.py: make our figleaf code compatible with both Twisted-8.x and Twisted-2.5.x 2008-04-02 17:48:55 -07:00