tahoe-lafs/src/allmydata/test
Jean-Paul Calderone 4d56b5f4ed
Merge pull request #858 from tahoe-lafs/3471.immediate-localwrapper
Allow LocalWrapper to be immediate

Fixes: ticket:3471
2020-10-15 13:15:35 -04:00
..
cli Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04:00
data replaced pytcryptopp rsa with our own wrapper 2019-06-13 22:19:28 -06:00
mutable Port to Python 3. 2020-10-14 16:05:02 -04:00
plugins Support multiple plugins 2019-08-03 06:19:01 -04:00
web Move SignalMixin and TimeMixin back to common_util 2020-09-30 23:31:33 -04:00
__init__.py I assume it's utf-8 2020-04-15 09:07:23 -04:00
_twisted_9607.py Fix a lot of classic classes in Tahoe-LAFS 2019-08-13 16:55:40 -04:00
check_grid.py remove "rm" uses from test suite 2020-01-17 09:45:39 -05:00
check_load.py chore(refs #3455) Address feedback, BBB comments 2020-10-07 12:28:41 -07:00
check_memory.py chore(refs #3455) Address feedback, BBB comments 2020-10-07 12:28:41 -07: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 Tweak docstring 2020-10-05 08:34:41 -04:00
common_web.py remove unused imports 2020-09-24 10:42:57 -04:00
common.py Merge pull request #845 from tahoe-lafs/3455.python-3-port-node-round1 2020-10-05 08:32:28 -07:00
eliotutil.py chore(refs #3455) Address feedback, BBB comments 2020-10-07 12:28:41 -07:00
matchers.py a docstring for the matcher's match method 2019-08-03 06:39:31 -04:00
no_network.py Declare and document what LocalWrapper is/does 2020-10-15 12:00:03 -04:00
python3_tests.py Add a module to the test suite which contains all of the other ported modules 2020-08-14 11:21:32 -04:00
status.py Handle all the status cases 2018-05-23 13:59:42 -04:00
storage_plugin.py Port to Python 3. 2020-09-28 10:20:00 -04:00
test_abbreviate.py Death to newint. 2020-08-05 11:53:23 -04:00
test_auth.py chore(refs #3455) Address feedback, BBB comments 2020-10-07 12:28:41 -07:00
test_backupdb.py Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04:00
test_base32.py Death to newint. 2020-08-05 11:53:23 -04:00
test_base62.py Death to newint. 2020-08-05 11:53:23 -04:00
test_checker.py Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04:00
test_client.py feat(py3): Fix config from string compatibility 2020-10-04 21:52:27 -07:00
test_codec.py Additional testing. 2020-08-07 13:10:55 -04:00
test_common_util.py Remove duplicate import 2020-09-23 08:32:34 -04:00
test_configutil.py Port to Python 3. 2020-08-11 15:45:52 -04:00
test_connection_status.py Port to Python 3. 2020-08-11 14:08:51 -04:00
test_connections.py Move connection_status tests into their own module. 2020-08-11 14:04:52 -04:00
test_crawler.py Move FakeCanary to common_util 2020-09-30 23:29:08 -04:00
test_crypto.py Death to newint. 2020-08-05 11:53:23 -04:00
test_deepcheck.py chore(refs #3455) Address feedback, BBB comments 2020-10-07 12:28:41 -07:00
test_deferredutil.py Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04:00
test_dictutil.py Death to newint. 2020-08-05 11:53:23 -04:00
test_dirnode.py link to tickets 2020-04-18 02:49:14 -06:00
test_download.py Fix missing test coverage in fetcher.py. 2020-09-29 10:51:21 -04:00
test_eliotutil.py Remove tests for removed code 2019-03-20 12:53:24 -04:00
test_encode.py Finish porting to Python 3. 2020-09-18 14:32:19 -04:00
test_encodingutil.py Move ReallyEqualMixin and s31e back to common_util 2020-09-30 23:31:13 -04:00
test_filenode.py Finish port to Python 3. 2020-09-23 15:56:09 -04: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 Move ShouldFailMixin back to common_util 2020-09-30 23:01:46 -04:00
test_hashtree.py Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04:00
test_hashutil.py Death to newint. 2020-08-05 11:53:23 -04:00
test_helper.py Finish porting to Python 3. 2020-09-25 14:03:25 -04:00
test_humanreadable.py Death to newint. 2020-08-05 11:53:23 -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 Test and bugfix for LiteralFileNode equality. 2020-09-28 16:49:30 -04:00
test_import.py Move the remaining package checking machinery to its own module. 2019-08-13 15:11:01 -04:00
test_introducer.py Add more docstrings; add a test hook. 2019-08-16 17:43:31 +01:00
test_iputil.py Move SignalMixin and TimeMixin back to common_util 2020-09-30 23:31:33 -04:00
test_json_metadata.py Eliminate mock dependency. 2015-07-17 22:12:25 +01:00
test_log.py Passing tests. 2020-08-07 11:09:41 -04:00
test_monitor.py Tests for allmydata.monitor. 2020-08-07 13:26:44 -04:00
test_multi_introducers.py assert proper errors 2020-05-04 21:59:15 -06:00
test_netstring.py Death to newint. 2020-08-05 11:53:23 -04:00
test_no_network.py Port to Python 3. 2020-09-16 11:23:11 -04:00
test_node.py fix(py3): Duplicate section name that py3 catches 2020-10-04 15:57:01 -07:00
test_observer.py Death to newint. 2020-08-05 11:53:23 -04:00
test_pipeline.py Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04:00
test_python2_regressions.py Remove the greater part of the implementation 2020-02-13 10:43:50 -05:00
test_python3.py Death to newint. 2020-08-05 11:53:23 -04:00
test_repairer.py Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04: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_spans.py Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04:00
test_statistics.py Death to newint. 2020-08-05 11:53:23 -04:00
test_stats.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_storage_client.py Use hyperlink instead of a string 2019-11-26 08:33:56 -05:00
test_storage_web.py Move FakeCanary to common_util 2020-09-30 23:29:08 -04:00
test_storage.py Move FakeCanary to common_util 2020-09-30 23:29:08 -04:00
test_system.py rewrite _test_introweb part of SystemTest as its own test suite 2020-09-24 11:08:18 -04:00
test_testing.py unused imports 2020-07-09 16:05:29 -04:00
test_time_format.py Move SignalMixin and TimeMixin back to common_util 2020-09-30 23:31:33 -04:00
test_tor_provider.py replaced StringIO imports with six.moves 2019-03-28 12:31:37 +01:00
test_upload.py Move ShouldFailMixin back to common_util 2020-09-30 23:01:46 -04:00
test_uri.py Keep future.builtins imports consistent 2020-10-13 08:39:25 -04:00
test_util.py Keep future.builtins imports consistent 2020-10-13 08:39:25 -04:00
test_version.py Death to newint. 2020-08-05 11:53:23 -04:00
test_websocket_logs.py Remove the greater part of the implementation 2020-02-13 10:43:50 -05:00