PyBitmessage-2021-04-27/src/tests
Dmitri Bogomolov 2a8e91e6a7
Fixing tor related tests:
- knownnodes.cleanupKnownNodes() should set knownNodesActual = False
   if there are no nodes in stream 1 (repeated bootstrapping)
 - set socksproxytype before _initiate_bootstrap()
 - wait 5 sec in _initiate_bootstrap() to be sure all connections are closed
 - plugins do not work on travis - use socksproxytype = SOCKS5,
   check tor presence by trying to bind on port 9050
 - successfull connection to 3 onion nodes in 6 minutes is not guaranteed -
   check that bitmessage doesn't try non-onion nodes
2021-04-07 15:47:27 +05:30
..
test_pattern test case for testing old knownnodes pickle 2020-12-21 22:50:38 +05:30
__init__.py Basic API tests and simple apinotify handler 2018-10-22 17:18:22 +03:00
apinotify_handler.py Style fixes and docstrings for tests 2018-10-22 17:18:23 +03:00
common.py Common basic cleanup procedure 2020-11-03 17:14:00 +02:00
core.py Fixing tor related tests: 2021-04-07 15:47:27 +05:30
test_api.py Fix statuses for sendBroadcast 2020-10-28 15:25:46 +02:00
test_blindsig.py Blind signature updates 2020-03-31 14:13:32 +08:00
test_config.py Merged PeterSurda/teardown-test1: 2020-11-03 17:14:00 +02:00
test_crypto.py Moved addresses demo script into tests.test_crypto 2020-05-05 17:30:31 +03:00
test_logger.py Make TestLogger a subclass of TestProcessProto 2020-11-02 18:01:51 +02:00
test_networkgroup.py Restrict outbound connections on network groups 2019-11-18 12:20:29 +01:00
test_openclpow.py add Gpu skip condition and setupclass in test_openclpow module 2021-04-07 15:47:25 +05:30
test_openssl.py Blind signature updates 2020-03-31 14:13:32 +08:00
test_process.py Optimize setUpClass() and tearDownClass() in test_process 2020-11-03 17:14:00 +02:00
test_protocol.py A test case for protocol with the test for TCPConnection.local 2020-07-21 16:21:43 +03:00
test_randomtrackingdict.py Fixed flake8 CQ issues 2020-12-30 20:01:33 +05:30