tahoe-lafs/src/allmydata/test
2010-07-17 20:27:39 -07:00
..
__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 benchmarking: update bench_dirnode.py to reflect the new directory interfaces 2010-07-17 20:17:10 -07:00
check_grid.py Add create-node CLI command, and make create-client equivalent to create-node --no-storage (fixes #760) 2010-01-15 21:20:55 -08:00
check_load.py change docs and --help to use "grid" instead of "virtual drive": closes #892. 2010-01-14 12:11:19 -08:00
check_memory.py check_memory.py: adapt to servers-of-happiness changes. 2010-06-07 18:35:28 -07:00
check_speed.py hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900. 2010-01-14 14:15:29 -08:00
common_util.py Fix for Unicode-related test failures on Zooko's OS X 10.6 machine. 2010-06-08 22:54:48 -07:00
common_web.py tests/no_network: move GET into the GridTestMixin class 2009-02-24 18:33:00 -07:00
common.py Change shouldFail to avoid Unicode errors when converting Failure to str 2010-05-11 23:07:54 -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
no_network.py immutable: downloader accepts notifications of buckets even if those notifications arrive after he has begun downloading shares. 2010-01-31 22:16:10 -08:00
test_backupdb.py Correct stringutils->encodingutil patch to be the newer version, rather than the old version that was committed in error. 2010-07-17 18:34:35 -07:00
test_base62.py doc: licensing cleanups 2009-09-20 10:16:31 -07:00
test_checker.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_cli.py Correct stringutils->encodingutil patch to be the newer version, rather than the old version that was committed in error. 2010-07-17 18:34:35 -07:00
test_client.py Change relative imports to absolute 2010-02-26 01:14:33 -07: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_crawler.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_deepcheck.py directories: add DIR2-LIT directories to test_deepcheck.py (#948) 2010-02-23 23:54:33 -08:00
test_dirnode.py minor code clean-up in dirnode.py 2010-07-13 23:02:55 -07: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 Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_encodingutil.py test_encodingutil: fix test_open_representable, which is only valid when run on a platform for which we know an unrepresentable filename. 2010-07-17 20:03:33 -07:00
test_filenode.py Change direct accesses to an_uri.storage_index to calls to .get_storage_index() (fixes #948) 2010-02-21 18:45:04 -08:00
test_hashtree.py hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900. 2010-01-14 14:15:29 -08:00
test_helper.py move convergence secret into SecretHolder, next to lease secret 2009-11-17 17:54:44 -08:00
test_hung_server.py tests: bump up the timeout on these tests; MM's buildslave is sometimes extremely slow on tests, but it will complete them if given enough time. MM is working on making that buildslave more predictable in how long it takes to run tests. 2010-06-07 20:37:54 -07:00
test_immutable.py Change direct accesses to an_uri.storage_index to calls to .get_storage_index() (fixes #948) 2010-02-21 18:45:04 -08:00
test_introducer.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_iputil.py tests: bump up the timeout on this iputil test from 2s to 4s 2010-06-09 07:30:17 -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 Change relative imports to absolute 2010-02-26 01:14:33 -07: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 tests: stop being surprised that Nevow no longer prints out warnings when it tries to find its static files 2010-01-31 20:11:44 -08: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 Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_observer.py hush pyflakes-0.4.0 warnings: slightly less-trivial fixes. Closes #900. 2010-01-14 14:17:19 -08:00
test_provisioning.py test_provisioning: STAN is not always a list. Fix by David-Sarah Hopwood. 2010-01-14 17:46:32 -08:00
test_repairer.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_runner.py test: show stdout and stderr in case of non-zero exit code from "tahoe" command 2010-05-24 00:33:48 -07:00
test_sftp.py SFTP: test that renaming onto a just-opened file fails. 2010-06-11 20:37:09 -07:00
test_stats.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_storage.py test_storage.py: print more information on test failures. 2010-06-16 20:46:23 -07:00
test_system.py test_system.py: investigate failure in allmydata.test.test_system.SystemTest.test_upload_and_download_random_key due to bytes_sent not being an int 2010-06-15 17:16:48 -07:00
test_upload.py M-x whitespace-cleanup 2010-07-17 20:27:39 -07:00
test_uri.py Correct harmless indentation errors found by pylint 2010-02-25 23:21:51 -07:00
test_util.py test_util.py: improve coverage of util.time_format 2010-02-23 23:46:37 -05:00
test_web.py runnin_test_tahoe_css.dpatch 2010-06-22 14:47:14 -07:00
trial_coverage.py code coverage: replace figleaf with coverage.py, should work on py2.6 now. 2010-02-03 08:54:21 -08:00