mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-11 03:46:58 +00:00
First draft Rewrite get all key with rnp
This commit is contained in:
@@ -1,13 +1,19 @@
|
||||
import Pass 1.0
|
||||
import QtQuick 2.9
|
||||
import QtTest 1.2
|
||||
import TestsUtils 1.0
|
||||
import Pass 1.0
|
||||
|
||||
TestCase {
|
||||
property string password_store
|
||||
property string gpg_home
|
||||
|
||||
function init() {
|
||||
Pass.initialize(null);
|
||||
Pass.gpg_home = TestsUtils.getTempPath();
|
||||
Pass.password_store = TestsUtils.getTempPath();
|
||||
gpg_home = TestsUtils.getTempPath();
|
||||
Pass.gpg_home = gpg_home;
|
||||
password_store = TestsUtils.getTempPath();
|
||||
Pass.password_store = password_store;
|
||||
Pass.passphrase_provider = TestsUtils.getTestPassphraseProvider();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user