1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-01-24 23:56:39 +00:00
UTPass/tests/unit/tst_pass.qml

13 lines
156 B
QML
Raw Normal View History

2025-01-10 21:33:48 +01:00
import QtQuick 2.9
import QtTest 1.2
import Git 1.0
TestCase {
name: "git"
function test_git_clone() {
verify(Git.clone("",""));
}
}