1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-07-05 19:32:29 +00:00
Files
UTPass/tests/unit/tst_gpg.qml
2019-03-22 00:11:36 +01:00

11 lines
169 B
QML

import QtTest 1.0
import Ubuntu.Test 1.0
import Gpg 1.0
UbuntuTestCase {
name: "GpgTests"
function test_empty_gnuhome() {
Gpg::getListIds().empty()
}
}