Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouib <louib@users.noreply.github.com>2018-12-20 07:10:46 +0300
committerJonathan White <support@dmapps.us>2018-12-20 07:10:46 +0300
commit8ac9d0a131257b82728488592e1111c4546e051a (patch)
treeb29fda9923f85af496047f2a116b4a0cfa3c329a /tests/TestCli.h
parenta070f1bce7efcc5ce89aea533b181b0fa8c6dea0 (diff)
Add create command to keepassxc-cli (#2540)
* Add tests for CLI::Create
Diffstat (limited to 'tests/TestCli.h')
-rw-r--r--tests/TestCli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestCli.h b/tests/TestCli.h
index 63cd1f55e..f3655e6cd 100644
--- a/tests/TestCli.h
+++ b/tests/TestCli.h
@@ -43,6 +43,7 @@ private slots:
void testCommand();
void testAdd();
void testClip();
+ void testCreate();
void testDiceware();
void testEdit();
void testEstimate_data();