PyBitmessage-2021-04-27/src/tests
Dmitri Bogomolov da8bd36614
Fix python3 issues in pyelliptic:
- use dotted imports, remove unneeded shebangs
 - openssl._OpenSSL._version is of type bytes
 - use b'\x00' literal instead of chr(0) in eccblind and test_openssl
 - use // and divmod in arithmetic to fit PEP238:
   https://docs.python.org/3/whatsnew/2.2.html#pep-238-changing-the-division-operator
2021-02-18 17:11:36 +02:00
..
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 Use common.skip_python3() to skip tests modules not supporting python3 2021-02-17 17:11:25 +02:00
common.py Use common.skip_python3() to skip tests modules not supporting python3 2021-02-17 17:11:25 +02:00
core.py Move addressbook test to bitmessageqt.tests because it uses Qt 2021-02-11 17:07:48 +02:00
test_api.py Use common.skip_python3() to skip tests modules not supporting python3 2021-02-17 17:11:25 +02:00
test_blindsig.py Blind signature updates 2020-03-31 14:13:32 +08:00
test_config.py Use common.skip_python3() to skip tests modules not supporting python3 2021-02-17 17:11:25 +02:00
test_crypto.py Use common.skip_python3() to skip tests modules not supporting python3 2021-02-17 17:11:25 +02:00
test_logger.py Use common.skip_python3() to skip tests modules not supporting python3 2021-02-17 17:11:25 +02:00
test_networkgroup.py Use common.skip_python3() to skip tests modules not supporting python3 2021-02-17 17:11:25 +02:00
test_openclpow.py Use common.skip_python3() to skip tests modules not supporting python3 2021-02-17 17:11:25 +02:00
test_openssl.py Fix python3 issues in pyelliptic: 2021-02-18 17:11:36 +02:00
test_process.py Use common.skip_python3() to skip tests modules not supporting python3 2021-02-17 17:11:25 +02:00
test_protocol.py Use common.skip_python3() to skip tests modules not supporting python3 2021-02-17 17:11:25 +02:00
test_randomtrackingdict.py Fixed flake8 CQ issues 2020-12-30 20:01:33 +05:30