1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-02-11 15:07:16 +00:00
UTPass/tests/units/tst_git.qml

14 lines
207 B
QML
Raw Normal View History

2025-01-29 16:42:37 +01:00
import Pass 1.0
import QtQuick 2.9
import QtTest 1.2
TestCase {
function test_import_key() {
2025-01-29 16:42:37 +01:00
var homedir = TestUtils.getTempPath();
Pass;
2025-01-29 16:42:37 +01:00
verify(false);
}
name: "git"
}