tahoe-lafs/src/allmydata/test
2019-04-18 13:50:21 +02:00
..
cli updated instances of octal literals to use the format 0o123 for python3 compatibility 2019-03-29 11:08:44 +01:00
mutable replaced StringIO imports with six.moves 2019-03-28 12:31:37 +01:00
plugins Move and somewhat refactor assign_foolscap_port. 2019-03-28 14:54:45 -04:00
web Use the port assigner in test_introducer 2019-03-28 15:14:48 -04:00
__init__.py Get rid of last returnValue use 2019-02-26 13:45:39 -05:00
_twisted_9607.py Attempt to avoid the hang condition 2019-04-01 12:54:51 -04:00
bench_dirnode.py updated test code to use print function over print statement 2019-03-22 17:32:36 +01:00
check_grid.py updated test code to use print function over print statement 2019-03-22 17:32:36 +01:00
check_load.py updated test code to use print function over print statement 2019-03-22 17:32:36 +01:00
check_memory.py replaced StringIO imports with six.moves 2019-03-28 12:31:37 +01:00
check_speed.py updated test code to use print function over print statement 2019-03-22 17:32:36 +01:00
common_util.py updated test code to use print function over print statement 2019-03-22 17:32:36 +01:00
common_web.py test_web: remove HTTPClientGETFactory 2017-07-27 16:31:44 -07:00
common.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
eliotutil.py Accept positional and keyword arguments and pass them on. 2019-03-15 15:13:20 -04:00
no_network.py updated instances of octal literals to use the format 0o123 for python3 compatibility 2019-03-29 11:08:44 +01: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 Various cleanups, fixes and improvements 2017-06-05 16:31:41 -06:00
test_client.py Fix incorrect assertion 2019-03-28 16:18:43 -04: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_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_deepcheck.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
test_dirnode.py updated python2 long numeric literals for python3 compatibility 2019-04-03 10:04:02 +02:00
test_download.py updated python2 long numeric literals for python3 compatibility 2019-04-03 10:04:02 +02:00
test_eliotutil.py Remove tests for removed code 2019-03-20 12:53:24 -04:00
test_encode.py use @implementer instead of implements 2017-02-27 11:01:30 -07: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 immutable/literal.py: Implement interface changes in literal nodes. 2011-08-01 19:08:14 -07: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 Add a multi-introducer implementation 2016-09-13 00:15:52 +00:00
test_hung_server.py Various cleanups, fixes and improvements 2017-06-05 16:31:41 -06:00
test_i2p_provider.py replaced StringIO imports with six.moves 2019-03-28 12:31:37 +01:00
test_immutable.py Eliminate mock dependency. 2015-07-17 22:12:25 +01:00
test_import.py Don't show scary diagnostic warnings from --version[-and-path] (corrected). refs ticket:2436 2015-07-29 00:20:33 +01:00
test_inotify.py explain why we need to touch() twice 2019-03-14 11:26:06 -04:00
test_introducer.py move listenOnUnused to a place where implementation code can use it 2019-04-16 11:26:15 -04:00
test_iputil.py Add Namespace utility class. (This is already used in the leasedb/cloud backend branch.) 2015-07-17 22:12:25 +01:00
test_json_metadata.py Eliminate mock dependency. 2015-07-17 22:12:25 +01:00
test_magic_folder.py updated instances of octal literals to use the format 0o123 for python3 compatibility 2019-03-29 11:08:44 +01: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 updated instances of octal literals to use the format 0o123 for python3 compatibility 2019-03-29 11:08:44 +01: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_repairer.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
test_runner.py Attempt to avoid the hang condition 2019-04-01 12:54:51 -04:00
test_sftp.py updated instances of octal literals to use the format 0o123 for python3 compatibility 2019-03-29 11:08:44 +01: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 simplejson -> json 2017-02-23 15:21:36 -07:00
test_system.py Use the port assigner for the web port config as well 2019-03-28 15:02:14 -04:00
test_tor_provider.py replaced StringIO imports with six.moves 2019-03-28 12:31:37 +01:00
test_upload.py replaced StringIO imports with six.moves 2019-03-28 12:31:37 +01:00
test_uri.py Fix a pyflakes import warning. 2013-07-18 20:54:19 +01:00
test_util.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
test_version.py Rename distribution from allmydata-tahoe to tahoe-lafs. fixes ticket:2011 2016-03-25 19:16:01 +00:00