tahoe-lafs/src/allmydata/test
Jean-Paul Calderone d4b5de2e08
Merge pull request #653 from tahoe-lafs/3248.pass-config-to-get_storage_client
Pass the full _Config to IFoolscapStoragePlugin.get_storage_client

Fixes: ticket:3248
2019-08-23 09:04:23 -04:00
..
cli Merge remote-tracking branch 'origin/master' into integration/storage-economics 2019-08-16 15:39:31 -04:00
data replaced pytcryptopp rsa with our own wrapper 2019-06-13 22:19:28 -06:00
mutable Thread a _Config all the way down 2019-08-19 16:09:26 -04:00
plugins Support multiple plugins 2019-08-03 06:19:01 -04:00
web Thread a _Config all the way down 2019-08-19 16:09:26 -04:00
__init__.py Fix a lot of classic classes in Tahoe-LAFS 2019-08-13 16:55:40 -04:00
_twisted_9607.py Fix a lot of classic classes in Tahoe-LAFS 2019-08-13 16:55:40 -04:00
bench_dirnode.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
check_grid.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
check_load.py Fix a lot of classic classes in Tahoe-LAFS 2019-08-13 16:55:40 -04:00
check_memory.py Fix a lot of classic classes in Tahoe-LAFS 2019-08-13 16:55:40 -04:00
check_speed.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
cli_node_api.py Fix a lot of classic classes in Tahoe-LAFS 2019-08-13 16:55:40 -04:00
common_util.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
common_web.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
common.py Thread a _Config all the way down 2019-08-19 16:09:26 -04:00
eliotutil.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
matchers.py a docstring for the matcher's match method 2019-08-03 06:39:31 -04:00
no_network.py This returned to being synchronous 2019-08-03 06:19:01 -04:00
status.py Handle all the status cases 2018-05-23 13:59:42 -04:00
storage_plugin.py Update test plugin to reflect interface change 2019-08-19 15:11:13 -04:00
test_auth.py Change uses of os.path.expanduser and os.path.abspath. refs #2235 2015-01-30 00:50:18 +00:00
test_backupdb.py replaced StringIO imports with six.moves 2019-03-28 12:31:37 +01:00
test_base62.py removed use of backticks for repr for python3 compatibility 2019-04-18 13:50:21 +02:00
test_checker.py Thread a _Config all the way down 2019-08-19 16:09:26 -04:00
test_client.py Thread a _Config all the way down 2019-08-19 16:09:26 -04:00
test_codec.py removed tuple unpacking in function definitons for python3 compatibility 2019-04-18 13:37:18 +02:00
test_configutil.py Allow for dynamic configuration validation rules 2019-08-03 05:34:21 -04:00
test_connections.py Stop putting a useless client section in here 2019-08-03 06:19:01 -04:00
test_crawler.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
test_crypto.py fix docstrings 2019-07-08 13:59:48 -06:00
test_deepcheck.py remove the custom timeouts 2019-05-08 18:39:26 -06:00
test_dirnode.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
test_download.py Use IStorageServer instead of RemoteReference in a lot of places 2019-05-31 13:41:07 -04:00
test_eliotutil.py Remove tests for removed code 2019-03-20 12:53:24 -04:00
test_encode.py remove the custom timeouts 2019-05-08 18:39:26 -06:00
test_encodingutil.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
test_filenode.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
test_ftp.py updated instances of octal literals to use the format 0o123 for python3 compatibility 2019-03-29 11:08:44 +01:00
test_happiness.py this is still needed 2018-04-03 13:59:35 -04:00
test_hashtree.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
test_helper.py Thread a _Config all the way down 2019-08-19 16:09:26 -04:00
test_hung_server.py remove the custom timeouts 2019-05-08 18:39:26 -06:00
test_i2p_provider.py replaced StringIO imports with six.moves 2019-03-28 12:31:37 +01:00
test_immutable.py Use IStorageServer instead of RemoteReference in a lot of places 2019-05-31 13:41:07 -04:00
test_import.py Move the remaining package checking machinery to its own module. 2019-08-13 15:11:01 -04:00
test_inotify.py explain why we need to touch() twice 2019-03-14 11:26:06 -04:00
test_introducer.py bytes, prefixes 2019-07-08 14:00:11 -06:00
test_iputil.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
test_json_metadata.py Eliminate mock dependency. 2015-07-17 22:12:25 +01:00
test_magic_folder.py remove the custom timeouts 2019-05-08 18:39:26 -06:00
test_magicpath.py WIP. 2016-07-21 12:35:59 -07:00
test_multi_introducers.py get rid of redundant 'introducer_clients' var 2018-09-10 21:58:27 -06: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_no_network.py And for the NoNetworkGrid clients' web port config 2019-03-28 15:02:53 -04:00
test_node.py don't reach through the tahoe-lafs config object 2019-08-03 06:19:01 -04: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_python2_regressions.py Some more Windows exclusions. 2019-08-14 08:16:34 -04:00
test_repairer.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
test_runner.py Move the remaining package checking machinery to its own module. 2019-08-13 15:11:01 -04:00
test_sftp.py Use the better variable name 2019-08-14 09:23:11 -04:00
test_stats.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_storage_client.py Merge pull request #653 from tahoe-lafs/3248.pass-config-to-get_storage_client 2019-08-23 09:04:23 -04:00
test_storage.py update code/test to use new ed25512 module 2019-06-13 22:19:28 -06:00
test_system.py Remove another test use of get_rref 2019-05-31 16:09:29 -04:00
test_tor_provider.py replaced StringIO imports with six.moves 2019-03-28 12:31:37 +01:00
test_upload.py Thread a _Config all the way down 2019-08-19 16:09:26 -04:00
test_uri.py Fix a pyflakes import warning. 2013-07-18 20:54:19 +01:00
test_util.py move import 2019-07-08 14:00:39 -06:00
test_version.py Move the remaining package checking machinery to its own module. 2019-08-13 15:11:01 -04:00
test_websocket_logs.py fix docstrings 2019-06-18 16:04:05 -06:00