Commit Graph

3 Commits

Author SHA1 Message Date
SomberNight 0866581b2c daemon error-handling: fix traceback.format_exception() on old python
The new API for traceback.format_exception was only added in python 3.10 (https://github.com/python/cpython/commit/91e93794d5dd1aa91fbe142099c2955e0c4c1660).
2024-06-05 14:45:28 +00:00
Sander van Grieken 0faf6928c0 tests: explicit sync on self.app instance ready and make sure _testcase_event is cleared before
QMetaObject.invokeMethod as that can race if it gets inadvertently executed synchronously.
2024-02-16 16:56:14 +01:00
Sander van Grieken 73fee69f5c tests: move /electrum/tests to /tests 2024-02-16 15:40:45 +01:00