source: trunk/src/allmydata/test

Name Size Rev Age Author Last Change
../
cli dfdb6c60   2024-03-01T17:17:11Z itamar Fix lints.
data df491de4   2023-08-22T13:01:42Z exarkun Add two more cases to the test vector
mutable 2243ce3   2024-02-28T00:07:08Z alexandre.detiste remove "from past.builtins import long"
plugins e2982c0   2019-08-03T10:19:01Z exarkun Support multiple plugins
web 53084f7   2024-02-27T23:49:07Z alexandre.detiste remove more Python2 compatibility
__init__.py 4.0 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
blocking.py 1.1 KB 72041c0   2023-10-16T15:44:29Z itamar More reasonable defaults
certs.py 2.0 KB bdcf054   2022-04-08T17:37:18Z itamar Switch to generating certs on the fly since Python packaging was being …
cli_node_api.py 5.7 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
common.py 52.5 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
common_storage.py 1.9 KB f789339   2021-10-22T19:56:45Z exarkun Have MutableShare? file only write a new lease if there is room for it …
common_system.py 47.7 KB 20b4f89   2024-01-08T15:08:57Z itamar Hopefully fix dirty reactor tests.
common_util.py 14.3 KB a9015cd   2024-03-01T18:06:32Z itamar Remove another future import.
common_web.py 2.8 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
eliotutil.py 4.8 KB 83fa028   2023-11-16T18:53:51Z itamar Use the existing Tahoe JSON encoder.
matchers.py 3.6 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
no_network.py 24.0 KB cb83b089   2023-10-16T15:16:10Z itamar Decouple from reactor
storage_plugin.py 3.1 KB 0985468   2024-03-01T18:08:09Z itamar Remove another future import.
strategies.py 2.6 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_abbreviate.py 5.4 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_auth.py 11.8 KB 949b9044   2023-10-16T16:45:17Z itamar Pacify mypy
test_base32.py 1.2 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_base62.py 3.4 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_checker.py 31.9 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_client.py 54.2 KB 83fa028   2023-11-16T18:53:51Z itamar Use the existing Tahoe JSON encoder.
test_codec.py 4.4 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_common_util.py 2.4 KB 53084f7   2024-02-27T23:49:07Z alexandre.detiste remove more Python2 compatibility
test_configutil.py 9.2 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_connection_status.py 4.6 KB 3ea9e97   2023-03-28T13:01:03Z exarkun Python 3.8 compatibility
test_connections.py 8.5 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_consumer.py 2.4 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_crawler.py 16.7 KB 53084f7   2024-02-27T23:49:07Z alexandre.detiste remove more Python2 compatibility
test_crypto.py 17.8 KB 53084f7   2024-02-27T23:49:07Z alexandre.detiste remove more Python2 compatibility
test_deepcheck.py 57.4 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_deferredutil.py 9.5 KB b43150b   2023-03-08T21:48:08Z itamar Add future import.
test_dictutil.py 5.2 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_dirnode.py 98.4 KB 2243ce3   2024-02-28T00:07:08Z alexandre.detiste remove "from past.builtins import long"
test_download.py 133.9 KB 53084f7   2024-02-27T23:49:07Z alexandre.detiste remove more Python2 compatibility
test_eliotutil.py 9.5 KB 3d4945a   2023-12-12T15:33:25Z itamar Write out Eliot messages in a thread.
test_encode.py 15.4 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_encodingutil.py 17.7 KB dfdb6c60   2024-03-01T17:17:11Z itamar Fix lints.
test_filenode.py 8.2 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_grid_manager.py 14.5 KB 6aff94dd   2023-02-22T07:15:32Z meejah flake8, more frozen
test_happiness.py 17.2 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_hashtree.py 9.5 KB d6b38bc   2023-09-13T13:26:35Z exarkun test vectors
test_hashutil.py 9.6 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_helper.py 18.1 KB 0bdea02   2023-03-24T19:13:20Z itamar Fix lint.
test_humanreadable.py 2.0 KB 2243ce3   2024-02-28T00:07:08Z alexandre.detiste remove "from past.builtins import long"
test_hung_server.py 14.7 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_i2p_provider.py 15.6 KB 53084f7   2024-02-27T23:49:07Z alexandre.detiste remove more Python2 compatibility
test_immutable.py 14.2 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_introducer.py 45.2 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_iputil.py 4.8 KB 6a43465   2023-03-17T19:46:27Z exarkun Fix the type annotations
test_istorageserver.py 38.0 KB 0d92aec   2023-03-24T19:14:59Z itamar Fix lint.
test_json_metadata.py 1.8 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_log.py 5.1 KB 3fb0bcf   2024-02-27T20:37:53Z itamar Remove unnecessary imports.
test_monitor.py 1.2 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_multi_introducers.py 6.3 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_netstring.py 2.2 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_no_network.py 1.6 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_node.py 33.4 KB b440065   2023-08-08T15:30:02Z exarkun avoid trying to call os.getuid on windows
test_observer.py 4.1 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_openmetrics.py 11.3 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_protocol_switch.py 1.3 KB d4c73f1   2022-07-29T14:42:56Z itamar A unittest for the metaclass.
test_repairer.py 35.6 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_runner.py 22.7 KB 53084f7   2024-02-27T23:49:07Z alexandre.detiste remove more Python2 compatibility
test_sftp.py 79.0 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_spans.py 21.0 KB 2243ce3   2024-02-28T00:07:08Z alexandre.detiste remove "from past.builtins import long"
test_statistics.py 5.8 KB 53084f7   2024-02-27T23:49:07Z alexandre.detiste remove more Python2 compatibility
test_stats.py 1.3 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_storage.py 149.8 KB f9acb56e   2023-03-11T23:16:41Z fenn25.fn Fix wrong expected val in assertion This is a follow up to …
test_storage_client.py 29.7 KB 3a1e079   2023-12-11T15:14:31Z itamar Pacify newer Mypy
test_storage_http.py 62.4 KB fced1ab0   2024-01-24T18:50:55Z itamar Switch to using pycddl for CBOR decoding.
test_storage_https.py 8.5 KB df491de4   2023-08-22T13:01:42Z exarkun Add two more cases to the test vector
test_storage_web.py 74.3 KB 53084f7   2024-02-27T23:49:07Z alexandre.detiste remove more Python2 compatibility
test_system.py 83.8 KB 22715abc   2023-05-02T16:17:55Z itamar This is fine.
test_testing.py 4.4 KB d7fe25f   2022-11-29T15:49:20Z exarkun Correct the assertion about how "not found" should be handled …
test_time_format.py 6.9 KB 2243ce3   2024-02-28T00:07:08Z alexandre.detiste remove "from past.builtins import long"
test_tor_provider.py 26.3 KB 53084f7   2024-02-27T23:49:07Z alexandre.detiste remove more Python2 compatibility
test_upload.py 87.3 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_uri.py 30.8 KB 1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
test_util.py 24.4 KB 53084f7   2024-02-27T23:49:07Z alexandre.detiste remove more Python2 compatibility
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.