tahoe-lafs/src/allmydata/test
2007-03-29 20:19:52 -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_memory.py change #!/usr/bin/python to #!/usr/bin/env python 2007-03-29 14:01:28 -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 new upload and storage server 2007-03-29 20:19:52 -07:00
test_codec.py hush pyflakes warnings in codec and test_codec 2007-03-28 15:31:51 -07:00
test_encode.py change #!/usr/bin/python to #!/usr/bin/env python 2007-03-29 14:01:28 -07:00
test_filetable.py improve test coverage a bit 2007-01-17 15:34:29 -07:00
test_filetree_new.py filetree: make delete() work 2007-01-24 15:10:53 -07:00
test_introducer.py test_introducer: flushEventualQueue at the end of the test run 2007-03-27 17:16:13 -07:00
test_iputil.py test_iputil: remove the test that only works on linux, since we're using the cross-unix 'get_local_addresses_async' anyways. This should allow the tests to pass on OS-X 2007-03-29 11:21:17 -07:00
test_observer.py test_observer: improve test coverage 2007-03-08 16:13:14 -07:00
test_queen.py rearrange service startup a bit, now Node.startService() returns a Deferred that fires when the tub is actually ready, and there is also a Node.when_tub_ready() hook. This allows get_local_addresses() to be slow and not break everything. Changed all necessary test cases to accomodate this slow startup. 2007-03-08 15:10:36 -07:00
test_ring.py new upload and storage server 2007-03-29 20:19:52 -07:00
test_storage.py rearrange service startup a bit, now Node.startService() returns a Deferred that fires when the tub is actually ready, and there is also a Node.when_tub_ready() hook. This allows get_local_addresses() to be slow and not break everything. Changed all necessary test cases to accomodate this slow startup. 2007-03-08 15:10:36 -07:00
test_system.py webish: add 'my nodeid' to the page 2007-03-29 14:31:55 -07:00
test_upload.py new upload and storage server 2007-03-29 20:19:52 -07:00
test_vdrive.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
test_workqueue.py filetree: change the way addpath works, now we add workqueue steps for all involved subtrees at about the same time, rather than letting one step add the next when it runs. Finally add a (passing) test for uploading files to CHK-based directories 2007-01-22 01:06:09 -07:00
trial_figleaf.py hush pyflakes warnings 2007-02-01 17:13:01 -07:00