This repository has been archived on 2024-12-18. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-18/src/tests
2024-04-05 00:38:30 +03:00
..
mockbm Rename mockpb dir to mockbm 2024-03-22 08:54:15 +00:00
sql Add test sql scripts for sqlthread 2022-03-16 12:58:54 +05:30
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 Build tests into the windows bundle if DEBUG=True is set in pyinstaller spec 2022-08-07 17:36:21 +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 Fix typo and formatting in tests.core 2024-03-14 21:26:43 +02:00
partial.py Rename mockpb dir to mockbm 2024-03-22 08:54:15 +00:00
samples.py Define a protocol function for decoding object parameters outside of network 2024-04-05 00:37:50 +03:00
test_addresses.py test_base58: added tests for a single character, zero and invalid data 2021-11-11 15:56:05 +02:00
test_addressgenerator.py Test more deterministic commands, add timeouts in get from queue 2024-01-15 20:44:22 +02:00
test_api_thread.py A test for disseminatePreEncryptedMsg API command 2024-04-05 00:38:30 +03:00
test_api.py Truly wait for pow in test_send_broadcast() in test_api 2024-02-26 17:22:39 +02:00
test_config_address.py Update BMConfigParser and add test to enable/disable identity 2022-05-19 13:29:31 +05:30
test_config_process.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
test_config.py Cover the rest used methods of BMConfigParser with tests 2022-10-19 16:03:57 +03:00
test_crypto.py Replace obsolete pycrypto with pycryptodome to support jammy: 2022-05-30 21:32:56 +03:00
test_helper_inbox.py Test cases for helper_inbox.py 2024-03-29 07:46:20 +05:30
test_helper_sent.py Test cases for helper_sent 2024-03-22 11:53:12 +05:30
test_helper_sql.py Test cases for helper_sql & Added mock library dependency in requirements.txt 2024-03-21 11:25:10 +05:30
test_identicon.py A rudimentary test case for qidenticon 2021-08-26 14:18:37 +03:00
test_inventory.py Simplify storage abstract base definition 2023-11-01 13:38:48 +02:00
test_l10n.py A rudimentary test case for l10n module 2021-08-30 21:19:46 +03:00
test_log.py Fix the test for proofofwork.LogOutput() 2023-11-28 16:01:31 +02: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_multiqueue.py Test cases for multiqueue 2024-03-08 20:07:05 +05:30
test_network.py Move most of the logic of TestCore.test_udp() into the TestNetwork 2023-12-20 04:26:55 +02:00
test_openclpow.py enabled python3 2021-08-13 20:46:21 +05:30
test_packets.py Define a protocol function for decoding object parameters outside of network 2024-04-05 00:37:50 +03:00
test_process.py Skip TestProcess.test_listening() on wine 2022-08-07 17:36:21 +03:00
test_protocol.py Define TestSocketInet class 2022-08-07 17:35:49 +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