This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-01/src/tests
cis-kuldeep aa955acf04
added testcase for _reset()
skip python 3

ported to python 3, fixed deprecation warnings

Fixes: #1754

fixed absolute imports

corrected test for _reset()

few changes

fixed some issues in test_reset() & bmconfigparser

fixed code quality

modified test case for _reset()

fixed test case of _reset() for py3

fixed compatibilty with python2

fixed code quality

changed _reset test

added test_config file & fixed test case for reset()

fixed for python3

removed pdb

few changes

added config dict

fixed code quality

fixed code quality

fixed code quality

fixes for focal & bionic build error

added print thread name

commented test_reset()

added some print to debug, will remove later

fixed code quality

added setUp & tearDown method

added docstring

modified code

fixed code quality

modified setUp() & tearDown() method

few changes in tearDown()

cleaned code

Added PEP8 imports blank line & moved test_config.ini to test_pattern folder
2021-09-28 15:56:20 +05:30
..
test_pattern added testcase for _reset() 2021-09-28 15:56:20 +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 Use xvfb only on Linux with xvfbwrapper 2021-09-05 15:09:20 +03:00
samples.py Collect samples from test_api 2021-08-17 15:56:26 +03:00
test_addresses.py Separate pyelliptic tests from crypto tests and add simple tests for 2021-08-17 15:57:08 +03:00
test_api.py Collect samples from test_api 2021-08-17 15:56:26 +03:00
test_config_process.py Updated code quality blank line related changes 2021-08-12 13:18:25 +05:30
test_config.py added testcase for _reset() 2021-09-28 15:56:20 +05:30
test_crypto.py Separate pyelliptic tests from crypto tests and add simple tests for 2021-08-17 15:57:08 +03: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_openclpow.py enabled python3 2021-08-13 20:46:21 +05:30
test_process.py python_prctl is only for linux, so 2021-09-03 17:28:39 +03:00
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