.. |
__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_memory.py
|
check_memory.py: Disable the 100MB test for now: our buildslave can't currently handle it because the testnet/framework processes uses something like 600M of RSS.
|
2007-08-15 12:55:11 -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_client.py
|
import version class and make-version script from pyutil -- fixes win32 build, improves error handling, and eliminates unused features
|
2007-08-16 14:09:30 -07:00 |
test_codec.py
|
hush pyflakes warnings in codec and test_codec
|
2007-03-28 15:31:51 -07:00 |
test_dirnode.py
|
dirnode: change the defined behavior of RIVirtualDriveServer.set to allow replace-in-place without raising an exception
|
2007-08-16 17:03:19 -07:00 |
test_encode.py
|
refactor upload/encode, to split encrypt and encode responsibilities
|
2007-07-23 19:31:53 -07:00 |
test_hashtree.py
|
test_hashtree.py: get full coverage for hashtree.py
|
2007-04-12 19:58:13 -07:00 |
test_introducer_and_vdrive.py
|
allow the introducer to set default encoding parameters. Closes #84.
|
2007-07-12 15:33:30 -07:00 |
test_introducer.py
|
remove unused imports: hush pyflakes warnings
|
2007-07-24 18:13:58 -07:00 |
test_iputil.py
|
testutil: make SignalMixin actually be a mixin (and not inherit from TestCase), use it from all tests that start notes and thus exec ifconfig
|
2007-04-23 21:15:02 -07:00 |
test_node.py
|
test_node.py: hush pyflakes warnings
|
2007-05-23 17:55:04 -07:00 |
test_observer.py
|
test_observer: improve test coverage
|
2007-03-08 16:13:14 -07:00 |
test_runner.py
|
runner.py: start to refactor into separate files
|
2007-07-10 18:41:52 -07:00 |
test_storage.py
|
rename storageserver.py to just storage.py, since it has both server and client sides now
|
2007-07-13 17:25:45 -07:00 |
test_system.py
|
web: remove /vdrive/private, replace with a start.html file that points at the /uri/PRIVATE_URI, to prevent XSRF attacks
|
2007-08-22 14:54:34 -07:00 |
test_upload.py
|
#96: add flag to enable pushing data to ourselves, defaulting to False
|
2007-08-09 18:30:24 -07:00 |
test_uri.py
|
refactor test_uri and add a test of the empty file
|
2007-07-26 10:48:30 -07:00 |
test_util.py
|
switch from rfc 3548 base-32 to z-base-32 except for tubids/nodeids
|
2007-07-24 13:46:06 -07:00 |
test_web.py
|
web: remove /vdrive/private, replace with a start.html file that points at the /uri/PRIVATE_URI, to prevent XSRF attacks
|
2007-08-22 14:54:34 -07:00 |
trial_figleaf.py
|
hush pyflakes warnings
|
2007-02-01 17:13:01 -07:00 |