|
QtPass 1.6.0
Multi-platform GUI for pass, the standard unix password manager.
|
#include <QCoreApplication>#include <QDir>#include <QFile>#include <QFileInfo>#include <QProcess>#include <QRegularExpression>#include <QSignalSpy>#include <QStandardPaths>#include <QTemporaryDir>#include <QtTest>#include "../../../src/enums.h"#include "../../../src/imitatepass.h"#include "../../../src/pass.h"#include "../../../src/qtpasssettings.h"#include "../../../src/realpass.h"#include "../../../src/userinfo.h"#include "tst_integration.moc"Go to the source code of this file.
Classes | |
| class | tst_integration |
Typedefs | |
| using | GrepResults = QList<QPair<QString, QStringList>> |
| Integration tests for ImitatePass and RealPass backends. | |
| using GrepResults = QList<QPair<QString, QStringList>> |
Integration tests for ImitatePass and RealPass backends.
These tests spin up a real GPG homedir, generate a temporary key, and drive the password-store operations end-to-end without mocking gpg.
Prerequisites (all available on standard CI):
Definition at line 34 of file tst_integration.cpp.