|
a94ff1efd3
|
New test case for packets data, so far here are the tests for:
varint, protocol.encodeHost(), protocol.CreatePacket() - only checks magic
|
2021-11-11 15:35:42 +02:00 |
|
|
ed52b41464
|
Add a test for base58 and use samples everywhere in test_addresses
|
2021-11-11 15:35:41 +02:00 |
|
|
4302126b6c
|
kivy porting to python3 phase1
|
2021-11-11 09:58:02 +05:30 |
|
|
3052a3c2c2
|
Fixed import issues, updated message.py functions and added testcases for messagetypes
|
2021-11-10 13:32:11 +05:30 |
|
|
d085d23577
|
Fixed pylint & removed obsolete file
|
2021-11-10 13:32:10 +05:30 |
|
|
44d42c637d
|
Refactor list all messages kivy test
|
2021-11-10 12:25:07 +05:30 |
|
|
113808a60c
|
resolved conflict
|
2021-11-02 12:59:46 +05:30 |
|
|
094a2e66e4
|
added common method for opening navbar
|
2021-11-01 19:55:20 +05:30 |
|
|
b87102932c
|
added ordered()
|
2021-11-01 19:55:20 +05:30 |
|
|
eda84c4af3
|
Added a method for deleting saved address[Address book test]
|
2021-11-01 19:55:19 +05:30 |
|
|
16a06ba437
|
removed myaddress test file
|
2021-11-01 19:55:19 +05:30 |
|
|
041418bcd9
|
replaced assertEqual with assertExists, added identification attributes for widgets
|
2021-11-01 19:55:18 +05:30 |
|
|
7f9daf03ff
|
Deleted api_client.py file
|
2021-10-29 12:31:12 +05:30 |
|
|
1bf3145455
|
draft screen: calling side navbar method
|
2021-10-28 12:26:30 +05:30 |
|
|
5cad8632bd
|
Removed assertEqual and added assertExists, added format()
|
2021-10-28 12:26:29 +05:30 |
|
|
98f0876d66
|
updated Network screen test and added open_navbar() method
|
2021-10-26 13:37:20 +05:30 |
|
|
b230763961
|
added icon name instead of indexing & called side_navbar() method
|
2021-10-26 12:26:46 +05:30 |
|
|
157a3bbdb0
|
updated: setting screen test, clicks and scrolling screens
|
2021-10-25 19:04:09 +05:30 |
|
|
dca200a559
|
fixed flake8 error
|
2021-10-22 14:50:22 +05:30 |
|
|
b72f881eac
|
added set_default_address() and open_side navbar()
|
2021-10-22 14:44:02 +05:30 |
|
|
0b71a67efc
|
removed create adddress test
|
2021-10-22 14:34:48 +05:30 |
|
|
bd0cab179b
|
Update Myaddress test
|
2021-10-22 14:31:26 +05:30 |
|
|
7d9ecde285
|
removed assertTrue and added format()
|
2021-10-21 21:12:54 +05:30 |
|
|
28fe3f9f28
|
Payment test case[added attribute to check state of sub tabs]
|
2021-10-21 14:57:05 +05:30 |
|
|
81612fe4cf
|
fixed swipe to delete msg [draft screen test case]
|
2021-10-18 13:27:03 +05:30 |
|
|
4421b4509c
|
Removed if/else, added assert to check the state of trash-icon
|
2021-10-14 16:58:06 +05:30 |
|
|
716cb1f33e
|
Kivy[Trash box test case]
|
2021-10-14 16:58:06 +05:30 |
|
|
baa84fbb78
|
Reverted import placement change & added ignore comment
|
2021-10-14 12:49:13 +05:30 |
|
|
09cc8a2d27
|
Updated import placement & added bare except ignore comment
|
2021-10-14 12:49:12 +05:30 |
|
|
eb34bd8703
|
added format() in place of address
|
2021-10-13 15:44:51 +05:30 |
|
|
712a5b601c
|
Resolved sleep and added assert to check widget is rendered
|
2021-10-13 15:44:50 +05:30 |
|
|
bb1843fdcc
|
Kivy[Addressbook Test case]
|
2021-10-13 15:44:50 +05:30 |
|
|
894e9fc0b2
|
Updated code quality binary operator, added UnicodeDecodeError specific exception, replaced unicode by decode function changes in shared.py
Replaced unicode by decode function & added UnicodeDecodeError specific exception
|
2021-10-13 12:53:42 +05:30 |
|
|
3f10348620
|
removed sleep(), added assert to check widget is rendered
|
2021-10-13 11:53:56 +05:30 |
|
|
4e96464e30
|
Kivy[draft message test case]
|
2021-10-13 11:53:56 +05:30 |
|
|
8dd4a329e6
|
Updated import placement based on python version dependencies
|
2021-10-11 21:00:37 +05:30 |
|
|
64f89f319b
|
Updated code quality imports placement changes, ignore comment for logging, Added bare except warning ignore comments & replaced unicode by decode function in depends.py
Added bare except warning ignore comments
Reverted pyelliptic import placement change
Replaced unicode by decode function, reveted logging import placement changes & added ignore comment
|
2021-10-08 19:26:13 +05:30 |
|
|
06392c9a3d
|
Reverted try/except from read method
|
2021-10-07 12:11:04 +05:30 |
|
|
3555f1d426
|
Updated ValueError in addresses.py, updated safeGet & added exception handling for read permission error in helper_startup.py and reverted highlevelcrypto.py changes
|
2021-10-07 12:11:03 +05:30 |
|
|
a704b1a3b2
|
Added ignore comments for bare except warnings for addresses, class_smtpDeliver, depends, helper_msgcoding, helper_startup, highlevelcrypto, protocol & bitmessagecurses/__init__ files
|
2021-10-07 12:11:03 +05:30 |
|
|
e8b80f6117
|
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 |
|
|
0d6992dc8a
|
Imported queue from six
|
2021-10-06 12:35:48 +05:30 |
|
|
84c545ad8e
|
Updated specific exceptions instead of bare except ignore comments
|
2021-10-06 12:35:47 +05:30 |
|
|
ec52d2dae6
|
Added ignore comments for bare except warnings
|
2021-10-06 12:35:46 +05:30 |
|
|
b5579cf857
|
Remove stale docs
|
2021-10-04 16:01:18 +03:00 |
|
|
53fd0e825d
|
Move additional dockerfiles into packages/docker
|
2021-10-04 15:08:46 +03:00 |
|
|
4747d6fe3d
|
Also remove Makefile (closes #843)
|
2021-10-04 15:08:46 +03:00 |
|
|
4cc616526a
|
Remove stale unused files (closes: #1337)
|
2021-10-04 15:08:36 +03:00 |
|
|
fbe9f1024a
|
fixed popup validation
|
2021-10-04 13:50:32 +05:30 |
|
|
01c9c538e3
|
Kivy[sent message test case]
|
2021-10-04 13:50:28 +05:30 |
|