This repository has been archived on 2024-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-19/src/tests
Dmitri Bogomolov 46c15e815d
Tests for keys generation
this implementation for deterministic keys requires a passphrase of type bytes
2021-12-15 22:13:52 +02:00
..
test_pattern Added readfp function for python3, updated StringIO & readfb based changes in setUp, teadDown and test_reset functions 2021-09-28 15:56:21 +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 Checkup application files in the src dir after tests (closes: #1765) 2021-06-18 18:20:06 +03:00
core.py Added ignore comments for bare except warnings 2021-10-06 12:35:46 +05:30
samples.py Tests for keys generation 2021-12-15 22:13:52 +02:00
test_addresses.py test_wif(): import from highlevelcrypto and add encoding checks 2021-12-15 22:13:51 +02:00
test_api.py Add a test for sign() and verify() 2021-12-15 22:11:57 +02:00
test_config_process.py Updated code quality blank line related changes 2021-08-12 13:18:25 +05:30
test_config.py Updated pylint ignore comments 2021-09-28 21:11:45 +05:30
test_crypto.py Tests for keys generation 2021-12-15 22:13:52 +02:00
test_identicon.py A rudimentary test case for qidenticon 2021-08-26 14:18:37 +03:00
test_l10n.py A rudimentary test case for l10n module 2021-08-30 21:19:46 +03:00
test_log.py Add a separate logging test case with a test for proofofwork.LogOutput() 2021-08-18 20:05:08 +03:00
test_logger.py Workaround https://bugs.python.org/issue19528 2021-09-05 15:09:20 +03:00
test_msg.py Fixed import issues, updated message.py functions and added testcases for messagetypes 2021-11-10 13:32:11 +05:30
test_openclpow.py Use proofofwork.trial_value() in tests.test_openclpow 2021-12-15 22:13:51 +02:00
test_packets.py New test case for packets data, so far here are the tests for: 2021-11-11 15:35:42 +02:00
test_process.py Updated queue.Full logger.error to logger.warning and added bare except for subprocess.check_output function call for windows 2021-10-06 12:35:48 +05:30
test_protocol.py Move _fixSocket from bitmessagemain to helper_startup, 2021-09-05 15:09:05 +03:00
test_randomtrackingdict.py signed commit 2021-06-04 23:24:05 +05:30
test_sqlthread.py Skip test_sqlthread in python3; place noqa globally for flake8 2021-06-18 18:49:36 +03:00