This repository has been archived on 2024-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-05/src/mock
Peter Šurda 36c2a80060
Mock multiqueue
- kivy mock now uses a mock multiqueue, as the existing code didn't
  handle all problems. For example, trying to load OpenSSL currently
  crashes on my M1 Mac, so I can't even add an exception handler to fall
  back. With this patch, the kivy_mock simply forces a fallback to Queue
2022-08-01 19:11:01 +08:00
..
__init__.py pybitmessage kivy app test cases and test script 2021-07-20 15:06:27 +05:30
class_addressGenerator.py Refactor BMConfigParser as a Module variable 2022-02-15 17:12:43 +05:30
kivy_main.py Mock multiqueue 2022-08-01 19:11:01 +08:00
multiqueue.py Mock multiqueue 2022-08-01 19:11:01 +08:00