tahoe-lafs/src/allmydata/test
2021-02-15 09:24:16 -05:00
..
cli unused import 2021-01-12 16:52:43 -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 Support multiple plugins 2019-08-03 06:19:01 -04:00
web Fix lint. 2021-02-02 15:28:12 -05:00
__init__.py Make sure test output can encode bytes correctly too. 2020-12-22 10:47:25 -05:00
_twisted_9607.py Fix a lot of classic classes in Tahoe-LAFS 2019-08-13 16:55:40 -04:00
_win_subprocess.py Duplicate the fix for the other Windows-only module 2021-02-09 14:50:29 -05:00
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 ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
cli_node_api.py This extra stop complexity is no longer needed 2020-12-09 10:57:02 -05:00
common_util.py Clarify. 2021-02-03 10:13:19 -05:00
common_web.py Try to fix test_web.py on Python 2. 2020-12-14 13:53:12 -05:00
common.py Change the platform check to one mypy can recognize :/ 2021-02-12 13:10:31 -05:00
eliotutil.py Clarify _TwoLoggers 2021-02-12 10:22:17 -05:00
matchers.py a docstring for the matcher's match method 2019-08-03 06:39:31 -04:00
no_network.py Merge branch 'master' into 3399.mypy 2021-01-15 11:17:47 -05: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 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 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 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 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 Add a helper to make a deep copy of a ConfigParser 2020-11-18 13:01:08 -05:00
test_connection_status.py Port to Python 3. 2020-08-11 14:08:51 -04:00
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 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 A helper for doing something repeatedly for a while 2021-01-20 12:58:03 -05:00
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 Replace eliot_logged_test with something ... else 2021-01-27 11:33:09 -05:00
test_encode.py Finish porting to Python 3. 2020-09-18 14:32:19 -04:00
test_encodingutil.py re-add a direct unicode_to_argv test 2021-01-12 15:16:18 -05: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 Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04:00
test_hashutil.py Mark the expected result literal as the correct type, bytes 2021-02-11 16:06:18 -05:00
test_helper.py Satisfy type check in test_helper.FakeClient. 2020-11-29 16:30:13 -05: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 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 Move the remaining package checking machinery to its own module. 2019-08-13 15:11:01 -04:00
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 Tests for allmydata.monitor. 2020-08-07 13:26:44 -04:00
test_multi_introducers.py note this is for deprecated functionality 2020-11-16 15:01:21 -05: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 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 Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04:00
test_python2_regressions.py Merge remote-tracking branch 'origin/master' into 3588.use-pywin32-more 2021-01-26 09:54:59 -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 Decode config file on read. Fixes two test failures on Python 3. 2021-02-15 09:24:16 -05:00
test_sftp.py Merge remote-tracking branch 'origin/master' into 3579.ftp-python-3 2021-01-28 15:15:57 -05: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 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 a mild warning/suggestion here 2021-01-12 14:59:16 -05: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 Move the last three mock-using tests to test_tor_provider 2020-12-16 12:07:54 -05:00
test_upload.py Merge remote-tracking branch 'origin/master' into 3593.get_encryption_key-test 2021-01-25 11:12:59 -05:00
test_uri.py Keep future.builtins imports consistent 2020-10-13 08:39:25 -04:00
test_util.py Improve coverage, specifically of values that are bytes. 2021-02-03 10:16:34 -05:00
test_windows.py Make test_runner and test_windows both use the good Popen 2021-01-11 15:07:37 -05:00