mirror of
https://github.com/QRouland/UTPass.git
synced 2025-02-11 23:17:15 +00:00
14 lines
207 B
QML
14 lines
207 B
QML
import Pass 1.0
|
|
import QtQuick 2.9
|
|
import QtTest 1.2
|
|
|
|
TestCase {
|
|
function test_import_key() {
|
|
var homedir = TestUtils.getTempPath();
|
|
Pass;
|
|
verify(false);
|
|
}
|
|
|
|
name: "git"
|
|
}
|