.. |
__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
|
util: move PollMixin to a separate file (pollmixin.py), so testutil can be moved into test/
|
2008-10-28 21:15:48 -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
|
#330: convert stats-gatherer into a .tac file service, add 'tahoe create-stats-gatherer'
|
2008-11-18 01:46:20 -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
|
test_cli.py: Ensure that we can read our uploaded files back
|
2008-11-14 07:44:58 -07:00 |
test_client.py
|
test_client.py: improve test coverage a bit
|
2008-10-28 21:43:35 -07:00 |
test_codec.py
|
trailing-whitespace eradication, no functional changes
|
2007-11-01 15:34:12 -07:00 |
test_dirnode.py
|
checker: add is_recoverable() to checker results, make our stub immutable-verifier not throw an exception on unrecoverable files, add tests
|
2008-11-06 22:35:47 -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
|
#527: expire the cached files that are used to support Range: headers, every hour, when the file is unused and older than an hour
|
2008-10-30 13:39:09 -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
|
move encode/upload/download/checker.py into a new immutable/ directory. No behavior changes expected.
|
2008-07-16 13:14:39 -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
|
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_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
|
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_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
|
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_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: add remote_advise_corrupt_share, for clients to tell storage servers about share corruption that they've discovered. The server logs the report.
|
2008-10-24 11:52:48 -07:00 |
test_system.py
|
test_system: make 'where' strings more helpful, to track down test failures better
|
2008-11-18 18:29:50 -07:00 |
test_upload.py
|
tahoe.cfg: add controls for k and N (and shares-of-happiness)
|
2008-11-18 00:29:44 -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
|
util/cachedir.py: add a cache-directory manager class, which expires+deletes unused files after a while
|
2008-10-30 13:01:20 -07:00 |
test_web.py
|
checker: add is_recoverable() to checker results, make our stub immutable-verifier not throw an exception on unrecoverable files, add tests
|
2008-11-06 22:35:47 -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 |