tahoe-lafs/src/allmydata/test
2021-01-27 15:20:38 -05:00
..
cli unused imports 2020-12-14 16:58:22 -05:00
data Remove the pre-generated key/certificate 2020-12-08 10:34:25 -05:00
mutable Some progress towards ripping out furls-as-bytes. 2020-11-30 17:20:39 -05:00
plugins
web More passing tests on Python 3. 2021-01-27 15:20:38 -05:00
__init__.py Make sure test output can encode bytes correctly too. 2020-12-22 10:47:25 -05:00
_twisted_9607.py
check_grid.py You can just use multiple terminals 2020-12-14 09:38:16 -05:00
check_load.py Add type declarations to check_load. 2020-11-29 13:57:46 -05:00
check_memory.py Merge branch 'master' into 3399.mypy 2020-12-26 12:45:09 -05:00
check_speed.py
cli_node_api.py This extra stop complexity is no longer needed 2020-12-09 10:57:02 -05:00
common_util.py Docstring. 2021-01-04 14:34:18 -05:00
common_web.py Try to fix test_web.py on Python 2. 2020-12-14 13:53:12 -05:00
common.py Another passing Python 3 test. 2021-01-27 11:29:46 -05:00
eliotutil.py Re-enable logging validation on Python 3. 2020-12-16 10:06:59 -05:00
matchers.py
no_network.py Merge branch 'master' into 3399.mypy 2021-01-15 11:17:47 -05:00
python3_tests.py
status.py
storage_plugin.py Add more detail and link to upstream issue for Twisted stubs. 2020-12-26 11:56:13 -05:00
strategies.py Add some direct tests for NodeMaker.create_from_uri 2020-11-30 13:26:32 -05:00
test_abbreviate.py
test_auth.py chore(refs #3455) Address feedback, BBB comments 2020-10-07 12:28:41 -07:00
test_backupdb.py
test_base32.py
test_base62.py
test_checker.py Merge branch 'master' into 3399.mypy 2021-01-15 11:17:47 -05:00
test_client.py Fix flake. 2021-01-07 09:20:39 -05:00
test_codec.py
test_common_util.py Remove duplicate import 2020-09-23 08:32:34 -04:00
test_configutil.py Add a helper to make a deep copy of a ConfigParser 2020-11-18 13:01:08 -05:00
test_connection_status.py
test_connections.py Move the last three mock-using tests to test_tor_provider 2020-12-16 12:07:54 -05:00
test_crawler.py Move FakeCanary to common_util 2020-09-30 23:29:08 -04:00
test_crypto.py
test_deepcheck.py chore(refs #3455) Address feedback, BBB comments 2020-10-07 12:28:41 -07:00
test_deferredutil.py
test_dictutil.py Test for Python 2 BytesKeyDict and UnicodeKeyDict behavior. 2020-11-05 10:15:38 -05:00
test_dirnode.py Merge branch 'master' into 3399.mypy 2020-12-26 12:45:09 -05:00
test_download.py Fix missing test coverage in fetcher.py. 2020-09-29 10:51:21 -04:00
test_eliotutil.py Also handle bytes when serializing production Eliot log messages on Python 3. 2020-12-21 13:20:14 -05: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_happiness.py Move ShouldFailMixin back to common_util 2020-09-30 23:01:46 -04:00
test_hashtree.py
test_hashutil.py More of a storage_index_hash test 2020-12-29 10:48:03 -05:00
test_helper.py Satisfy type check in test_helper.FakeClient. 2020-11-29 16:30:13 -05:00
test_humanreadable.py
test_hung_server.py
test_i2p_provider.py Moved into allmydata.test.test_i2p_provider 2020-12-16 11:20:45 -05:00
test_immutable.py Test and bugfix for LiteralFileNode equality. 2020-09-28 16:49:30 -04:00
test_import.py
test_introducer.py Python 3 compatibility 2020-12-16 18:17:14 -05:00
test_iputil.py flakes 2020-10-23 09:50:31 -04:00
test_json_metadata.py Port to Python 3. 2020-12-16 11:16:34 -05:00
test_log.py Always use native strings as keys. 2020-11-17 13:15:57 -05:00
test_monitor.py
test_multi_introducers.py note this is for deprecated functionality 2020-11-16 15:01:21 -05:00
test_netstring.py
test_no_network.py
test_node.py Ignore additional attribute on the function. 2020-12-26 13:02:16 -05:00
test_observer.py Okay, let KeyboardInterrupt through 2020-12-16 20:32:04 -05:00
test_pipeline.py
test_python2_regressions.py Exclude allmydata.scripts.types_ module from PythonTwoRegressions. 2020-12-26 13:30:32 -05:00
test_python3.py Suppress typing error in test_python3 2020-11-29 13:57:46 -05:00
test_repairer.py Ported to Python 3. 2020-12-09 13:33:01 -05:00
test_runner.py key-generator was apparently removed long ago 2020-12-12 17:40:13 -05:00
test_sftp.py Suppress errors in test_sftp 2020-11-29 16:26:36 -05:00
test_spans.py
test_statistics.py
test_stats.py Port stats to Python 3 2021-01-04 06:18:14 -05:00
test_storage_client.py Suppress error on SpyHandler interface. 2020-12-26 13:12:11 -05:00
test_storage_web.py More things that need to be bytes. 2020-12-23 10:09:37 -05:00
test_storage.py Move FakeCanary to common_util 2020-09-30 23:29:08 -04:00
test_system.py Fix intermittent failing test on PyPy hopefully. 2020-12-22 13:04:53 -05:00
test_testing.py
test_time_format.py Move SignalMixin and TimeMixin back to common_util 2020-09-30 23:31:33 -04:00
test_tor_provider.py Move the last three mock-using tests to test_tor_provider 2020-12-16 12:07:54 -05:00
test_upload.py Passing tests. 2020-11-30 17:56:50 -05:00
test_uri.py Keep future.builtins imports consistent 2020-10-13 08:39:25 -04:00
test_util.py Support byte keys in internal dictionaries. 2021-01-26 11:01:50 -05:00