UTPassMirror/tests/unit/tst_gpg.qml

11 lines
169 B
QML
Raw Normal View History

2019-03-21 23:11:36 +00:00
import QtTest 1.0
import Ubuntu.Test 1.0
import Gpg 1.0
UbuntuTestCase {
name: "GpgTests"
function test_empty_gnuhome() {
Gpg::getListIds().empty()
}
}