You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PyBitmessage-2021-04-27/src/tests
Peter Šurda 3e85e9d60e
OpenSSL improve memory handling
- replace void * with BIGNUM * where applicable
- fixes #1622
- replace 0 with None when using a NULL pointer as parameter
- maybe needs more work in how the data is accessed
- EC_POINT struct is now defined but isn't used yet
3 years ago
..
test_pattern test case for testing old knownnodes pickle 3 years ago
__init__.py Basic API tests and simple apinotify handler 5 years ago
apinotify_handler.py Style fixes and docstrings for tests 5 years ago
common.py Common basic cleanup procedure 3 years ago
core.py Move addressbook test to bitmessageqt.tests because it uses Qt 3 years ago
test_api.py Fix statuses for sendBroadcast 3 years ago
test_blindsig.py OpenSSL improve memory handling 3 years ago
test_config.py Merged PeterSurda/teardown-test1: 3 years ago
test_crypto.py Moved addresses demo script into tests.test_crypto 4 years ago
test_logger.py Make TestLogger a subclass of TestProcessProto 3 years ago
test_networkgroup.py Restrict outbound connections on network groups 4 years ago
test_openclpow.py remove TestProcessProto import from test_openclpow module 3 years ago
test_openssl.py Blind signature updates 4 years ago
test_process.py A test for listening port 8444 3 years ago
test_protocol.py A test case for protocol with the test for TCPConnection.local 3 years ago
test_randomtrackingdict.py Fixed flake8 CQ issues 3 years ago