Fixed all tests
- Warning : having instances saved locally to MainWindow and locally to the test can cause a segfault because PyQt5 doesnt check for the delete order See http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html#object-destruction-on-exit
Showing
- src/cutecoin/core/app.py 16 additions, 2 deletionssrc/cutecoin/core/app.py
- src/cutecoin/gui/mainwindow.py 28 additions, 26 deletionssrc/cutecoin/gui/mainwindow.py
- src/cutecoin/main.py 1 addition, 0 deletionssrc/cutecoin/main.py
- src/cutecoin/tests/__init__.py 1 addition, 1 deletionsrc/cutecoin/tests/__init__.py
- src/cutecoin/tests/main_window/test_main_window_dialogs.py 43 additions, 74 deletionssrc/cutecoin/tests/main_window/test_main_window_dialogs.py
- src/cutecoin/tests/main_window/test_main_window_menus.py 5 additions, 49 deletionssrc/cutecoin/tests/main_window/test_main_window_menus.py
- src/cutecoin/tests/qapp.py 14 additions, 0 deletionssrc/cutecoin/tests/qapp.py
- src/cutecoin/tests/stubs/core/net/network.py 1 addition, 1 deletionsrc/cutecoin/tests/stubs/core/net/network.py
Loading
Please register or sign in to comment