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

12 lines
156 B
QML
Raw Permalink Normal View History

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