..
cli
add --coverage for integration tests
2019-08-06 16:47:43 -06:00
data
replaced pytcryptopp rsa with our own wrapper
2019-06-13 22:19:28 -06:00
mutable
refactor away from pycryptopp "helper" classes
2019-06-13 22:19:28 -06:00
plugins
Move and somewhat refactor assign_foolscap_port
.
2019-03-28 14:54:45 -04:00
web
fixup; remove fragile root tests
2019-08-24 12:21:56 -06: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
ported old-style classes to new-style
2019-05-26 08:28:18 +02:00
eliotutil.py
ported old-style classes to new-style
2019-05-26 08:28:18 +02:00
no_network.py
Use IStorageServer instead of RemoteReference in a lot of places
2019-05-31 13:41:07 -04:00
status.py
Handle all the status cases
2018-05-23 13:59:42 -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
ported old-style classes to new-style
2019-05-26 08:28:18 +02:00
test_client.py
Move the remaining package checking machinery to its own module.
2019-08-13 15:11:01 -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
keep clientdir for now, improve how we access it
2018-08-25 02:10:44 -06:00
test_connections.py
flake8
2018-09-10 21:58:27 -06: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
its decryption not encryption
2019-07-08 13:59:59 -06: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
Add more docstrings; add a test hook.
2019-08-16 17:43:31 +01: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
ported old-style classes to new-style
2019-05-26 08:28:18 +02: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
Delete test_version_no_noise
2019-10-29 08:56:14 -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
fix unicode handling in server_id from YAML
2016-08-28 02:42:51 -07:00
test_storage.py
Clarify this docstring
2019-08-23 08:11:38 -04:00
test_system.py
Run the child process with -Wignore
2019-10-29 08:55:42 -04:00
test_tor_provider.py
replaced StringIO imports with six.moves
2019-03-28 12:31:37 +01:00
test_upload.py
ported old-style classes to new-style
2019-05-26 08:28:18 +02: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