|
348df1151f
|
Truly wait for pow in test_send_broadcast() in test_api
|
2024-02-26 17:22:39 +02:00 |
|
|
2c2a41d105
|
Add an obvious test for the 'statusBar' command
and remove some junk introduced in 9a194f0 .
|
2023-11-29 04:26:41 +02:00 |
|
813492291816
|
e6ecaa5e7d
|
Add API endpoint to return inbound and outbound connections
|
2022-11-05 02:26:02 -04:00 |
|
|
20ce69b337
|
Add enableAddress API command and a check for sending from disabled address
|
2022-07-26 03:28:05 +03:00 |
|
|
b25ed553bc
|
Format for PEP8 test_api and samples (almost)
|
2022-07-26 03:28:05 +03:00 |
|
|
f311d9d25c
|
Add a check for sendBroadcast API command with nonexisting address
|
2022-07-26 03:28:05 +03:00 |
|
|
bfe7dd16e9
|
Reproduce the bug described in #1898 using test_addressbook()
|
2021-12-11 16:32:48 +02:00 |
|
|
154ecc410c
|
Added custom error message in message_inbox testcase
|
2021-12-06 19:17:59 +05:30 |
|
|
5771f21cfb
|
Added undeleteMessage function in helper_inbox & respective method in api.py and separated inbox & trash testcases
|
2021-12-02 19:11:38 +05:30 |
|
|
16175278a8
|
Merged inbox & trash functions related testcases into single testcase method
|
2021-12-02 19:11:38 +05:30 |
|
|
21d5a6ce8f
|
Instead of print added getAllInboxMessages values in assertEqual message parameter
|
2021-12-02 19:11:37 +05:30 |
|
|
62ffe96bc8
|
Added anouncement addr comment, replaces assertTrue with assertEqual & added print for getAllInboxMessages to check build failure
|
2021-12-02 19:11:37 +05:30 |
|
|
21cb4e516d
|
Added testmode check for HandleclearUISignalQueue & HandleGetStatusBar functions, replaced sample_inbox_msg_receiver_address by sample_deterministic_addr4
|
2021-12-02 19:11:36 +05:30 |
|
|
9a194f0bae
|
Added statusBar, getAllInboxMessages, getAllInboxMessageIds, getInboxMessageById, getInboxMessagesByReceiver, trashMessage, trashInboxMessage & addSubscription, methods testcases & updated related functions
|
2021-12-02 19:11:35 +05:30 |
|
|
8a5d8ecd4c
|
Collect samples from test_api
|
2021-08-17 15:56:26 +03:00 |
|
|
e1e23374ad
|
Updated code quality blank line related changes
Reverted test_openclpow.py code quality change
|
2021-08-12 13:18:25 +05:30 |
|
|
f6cb3ad016
|
Fix bug in test_send_broadcast() - using temporary msgid for lookups.
Wait for final msgid. Maximum PoW wait time is 30 sec.
|
2021-08-02 13:58:54 +03:00 |
|
|
b83c3f42d2
|
Rely on test_process for skipping python3;
use six.moves for xmlrpc-related imports
|
2021-08-02 13:54:22 +03:00 |
|
|
698123afec
|
Make TestAPIShutdown much like TestProcessShutdown
(this version should pass on Fedora)
|
2021-08-02 13:54:21 +03:00 |
|
|
49f9620236
|
Add sqlite functions while versioning
|
2021-04-26 18:30:55 +05:30 |
|
|
f8844f4d74
|
Use common.skip_python3() to skip tests modules not supporting python3
|
2021-02-17 17:11:25 +02:00 |
|
|
b650e97edc
|
Fix statuses for sendBroadcast
|
2020-10-28 15:25:46 +02:00 |
|
|
85f306e5f6
|
Covered more API commands by tests, listed uncovered in TODO
|
2020-09-14 13:11:43 +03:00 |
|
|
6c85bdd498
|
Also check sent broadcast status and it's presence in sent messages
|
2020-09-14 13:11:43 +03:00 |
|
|
fabbccbeac
|
Rewrote test_user_password() for xmlrpclib.ProtocolError:
it would be very difficult to return string from BMXMLRPCRequestHandler
|
2020-09-14 13:11:42 +03:00 |
|
lakshyacis
|
7839f83f20
|
test_api pylint fixes
|
2019-09-26 19:50:53 +05:30 |
|
|
ae76d369f2
|
A test for API command 'shutdown'
|
2019-08-01 12:04:12 +03:00 |
|
|
ae2cebb2a6
|
Minimal test for clientStatus consistency
|
2018-11-01 16:52:33 +02:00 |
|
|
2bbda63b9c
|
Added address length check
|
2018-10-22 17:18:24 +03:00 |
|
|
c8a781c7c5
|
Marked use of random, subprocess and xmlrpclib in tests
for skipping by bandit
|
2018-10-22 17:18:24 +03:00 |
|
|
d8b4682ee9
|
Style fixes and docstrings for tests
|
2018-10-22 17:18:23 +03:00 |
|
|
589900f7c3
|
Added a test for chan creation/joining
|
2018-10-22 17:18:23 +03:00 |
|
|
c49c131929
|
New test case class hierarchy:
- TestProcessProto has common setUpClass and tearDownClass methods
- TestProcess is for testing the PyBitmessage process (using psutil)
|
2018-10-22 17:18:23 +03:00 |
|
|
c28d463261
|
Added doctstrings for all tests and a test for sendBroadcast API command
|
2018-10-22 17:18:23 +03:00 |
|
|
981dddade4
|
Added test for createRandomAddress API command
|
2018-10-22 17:18:23 +03:00 |
|
|
10346c84aa
|
Basic API tests and simple apinotify handler
|
2018-10-22 17:18:22 +03:00 |
|