Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 366 Bytes

testing-qt.adoc

File metadata and controls

7 lines (6 loc) · 366 Bytes

Testing QT

Currently, although several QT tests exist in src/qt/test, there is no good way to test QT changes except by hand. A good way to try and have QT code included in the test framework is to target having the RPC layer be a thin as possible, so more code can be re-used between RPC and GUI.