..
__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
check_grid.py: print stderr when a subcommand fails
2009-06-22 19:28:33 -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
switch to using RemoteException instead of 'wrapped' RemoteReferences. Should fix #653 , the rref-EQ problem
2009-05-21 17:46:32 -07:00
check_speed.py
test/check_speed.py: fix shbang line
2009-08-17 17:59:48 -07: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
repairer: fix some wrong offsets in the randomized verifier tests, debugged by Brian
2010-01-10 12:37:21 -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
repairer: add deterministic test for #819 , mark as TODO
2010-01-09 17:36:19 -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_cli: verify fix for "tahoe get" not creating empty file on error ( #121 )
2009-12-27 18:54:44 -05:00
test_client.py
interface name cleanups: IFileNode, IImmutableFileNode, IMutableFileNode
2009-11-19 23:52:55 -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
switch all foolscap imports to use foolscap.api or foolscap.logging
2009-05-21 17:38:23 -07:00
test_deepcheck.py
replace dirnode.create_empty_directory() with create_subdirectory(), which
2009-10-12 19:15:20 -07:00
test_dirnode.py
interface name cleanups: IFileNode, IImmutableFileNode, IMutableFileNode
2009-11-19 23:52:55 -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
Simplify immutable download API: use just filenode.read(consumer, offset, size)
2009-12-01 17:53:30 -05:00
test_filenode.py
Simplify immutable download API: use just filenode.read(consumer, offset, size)
2009-12-01 17:53:30 -05:00
test_hashtree.py
hashtree: fix tests of depth_of
2009-04-03 16:56:14 -07:00
test_helper.py
move convergence secret into SecretHolder, next to lease secret
2009-11-17 17:54:44 -08:00
test_immutable.py
Simplify immutable download API: use just filenode.read(consumer, offset, size)
2009-12-01 17:53:30 -05:00
test_introducer.py
remove introducer/old.py, will create something similar when the RIIntroducer changes
2009-06-24 12:40:38 -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
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
mutable repair: return successful=False when numshares<k (thus repair fails),
2009-12-29 15:37:46 -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
test: update todo string in test_nevow
2008-02-29 13:10:08 -07: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
switch all foolscap imports to use foolscap.api or foolscap.logging
2009-05-21 17:38:23 -07:00
test_observer.py
test_observer: improve test coverage
2007-03-08 16:13:14 -07:00
test_provisioning.py
reliability.py: fix the numpy conversion, it was completely broken. Thanks to Terrell Russell for the help.
2009-02-19 13:55:15 -07: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: double the timeout on test_runner.RunNode.test_introducer since feisty hit a timeout
2009-08-15 09:05:12 -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 server: detect disk space usage on Windows too ( fixes #637 )
2009-11-20 21:56:44 -08:00
test_system.py
tidy up DeadReferenceError handling, ignore them in add_lease calls
2010-01-11 16:07:23 -08:00
test_upload.py
move convergence secret into SecretHolder, next to lease secret
2009-11-17 17:54:44 -08:00
test_uri.py
test_uri.py: s/NewDirnode/Dirnode/ , now that they aren't "new" anymore
2009-11-19 23:55:53 -08:00
test_util.py
PipelineError: fix str() on python2.4 . Closes #842 .
2009-11-24 13:25:12 -08:00
test_web.py
Fix 'tahoe ls' on files ( #771 ). Patch adapted from Kevan Carstensen.
2009-12-27 17:54:43 -05:00
trial_figleaf.py
setup: remove a convenience copy of figleaf, to ease inclusion into Ubuntu Karmic Koala
2009-09-23 22:32:15 -07:00