mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make TestGitStorage::testGitStorageLocal parametrizable
Make use of QTest "Data Driven Testing", allowing to test multiple repo base path values. Signed-off-by: Jeremie Guichard <djebrest@gmail.com>
This commit is contained in:
parent
56d31c9c1b
commit
5640a6a839
2 changed files with 9 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ class TestGitStorage : public QObject
|
|||
Q_OBJECT
|
||||
private slots:
|
||||
void testSetup();
|
||||
void testGitStorageLocal_data();
|
||||
void testGitStorageLocal();
|
||||
void testGitStorageCloud();
|
||||
void testGitStorageCloudOfflineSync();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue