MCPcopy Create free account
hub / github.com/IJHack/QtPass / executeBlockingGpgVersion

Method executeBlockingGpgVersion

tests/auto/executor/tst_executor.cpp:177–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void tst_executor::executeBlockingGpgVersion() {
178 QString output;
179 QString err;
180 int result =
181 Executor::executeBlocking("gpg", {"--version"}, QString(), &output, &err);
182 if (result != 0) {
183 QSKIP("gpg not available");
184 }
185 QVERIFY2(output.contains("gpg"), "output should contain gpg");
186}
187
188void tst_executor::gpgSupportsEd25519() {
189 QString output;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected