mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-11 11:56:57 +00:00
Rewrite import key with rnp
This commit is contained in:
13
tests/units/tst_git.qml
Normal file
13
tests/units/tst_git.qml
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
}
|
||||
Reference in New Issue
Block a user