Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 367 Bytes

testing-qt.adoc

File metadata and controls

7 lines (6 loc) · 367 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 as thin as possible, so more code can be re-used between RPC and GUI.