decred / tinydecred

Python tools for Decred
ISC License
27 stars 14 forks source link

tinywallet: UI testing #179

Open teknico opened 4 years ago

teknico commented 4 years ago

While we have good test coverage for the decred library (see issue #70), we have only a few tests for the tinywallet application, including none for its user interface.

The pytest-qt pytest plugin seems a good tool for this task.