.. |
__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 |
check_grid.py
|
shebang: replace "/usr/bin/python" with "/usr/bin/env python"
|
2008-11-04 18:03:06 -07:00 |
check_load.py
|
shebang: replace "/usr/bin/python" with "/usr/bin/env python"
|
2008-11-04 18:03:06 -07:00 |
check_memory.py
|
storage: replace sizelimit with reserved_space, make the stats 'disk_avail' number incorporate this reservation
|
2008-12-01 17:24:21 -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_util.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 |
common.py
|
storage: replace sizelimit with reserved_space, make the stats 'disk_avail' number incorporate this reservation
|
2008-12-01 17:24:21 -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
|
stop using 'as' as an identifier: as with 'with', 'as' has become a reserved word in python 2.6
|
2008-10-02 17:27:49 -07:00 |
test_cli.py
|
storage: replace sizelimit with reserved_space, make the stats 'disk_avail' number incorporate this reservation
|
2008-12-01 17:24:21 -07:00 |
test_client.py
|
storage: replace sizelimit with reserved_space, make the stats 'disk_avail' number incorporate this reservation
|
2008-12-01 17:24:21 -07:00 |
test_codec.py
|
trailing-whitespace eradication, no functional changes
|
2007-11-01 15:34:12 -07:00 |
test_dirnode.py
|
dirnode manifest: add verifycaps, both to internal API and to webapi. This will give the manual-GC tools more to work with, so they can estimate how much space will be freed.
|
2008-11-24 14:40:46 -07:00 |
test_download.py
|
test_download.py: remove extra base32 import
|
2008-12-02 18:31:26 -07:00 |
test_encode.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_filenode.py
|
mutable: respect the new tahoe.cfg 'shares.needed' and 'shares.total' settings
|
2008-11-19 14:05:01 -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
|
#538: fetch version and attach to the rref. Make IntroducerClient demand v1 support.
|
2008-11-21 20:07:27 -07:00 |
test_immutable_checker.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_introducer.py
|
#538: fetch version and attach to the rref. Make IntroducerClient demand v1 support.
|
2008-11-21 20:07:27 -07: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
|
util: move PollMixin to a separate file (pollmixin.py), so testutil can be moved into test/
|
2008-10-28 21:15:48 -07:00 |
test_mutable.py
|
mutable: respect the new tahoe.cfg 'shares.needed' and 'shares.total' settings
|
2008-11-19 14:05:01 -07:00 |
test_netstring.py
|
netstring: add required_trailer= argument
|
2008-09-26 09:57:54 -07:00 |
test_nevow.py
|
test: update todo string in test_nevow
|
2008-02-29 13:10:08 -07:00 |
test_node.py
|
tahoe.cfg: add tub.location, to override the location hints we include in our FURL. This replaces advertised_ip_addresses, which doesn't remain useful enough to retain it. Helps with #517 (Tor).
|
2008-11-12 18:44:58 -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
|
#542 'tahoe create-key-generator': fix the .tac file this creates to be compatible with modern code, add a test
|
2008-12-01 17:47:21 -07: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
|
storage: replace sizelimit with reserved_space, make the stats 'disk_avail' number incorporate this reservation
|
2008-12-01 17:24:21 -07:00 |
test_system.py
|
storage: replace sizelimit with reserved_space, make the stats 'disk_avail' number incorporate this reservation
|
2008-12-01 17:24:21 -07:00 |
test_upload.py
|
upload: don't use servers which can't support the share size we need. This ought to avoid #439 problems. Some day we'll have a storage server which advertises support for a larger share size. No tests yet.
|
2008-11-21 20:28:12 -07:00 |
test_uri.py
|
wui/wapi: change the default port number from 8123 to 3456 to avoid conflict with TorButton
|
2008-11-25 17:57:37 -07:00 |
test_util.py
|
util/abbreviate: add abbreviated-size parser
|
2008-12-01 17:24:12 -07:00 |
test_web.py
|
dirnode manifest: add verifycaps, both to internal API and to webapi. This will give the manual-GC tools more to work with, so they can estimate how much space will be freed.
|
2008-11-24 14:40:46 -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 |