From c189da86ffdba2d64607fa483cd4bd9461a7dcae Mon Sep 17 00:00:00 2001 From: Alexandr Jeliuc Date: Thu, 23 Jan 2025 03:40:11 +0200 Subject: [PATCH] Integration checklist moved from Space --- integration_testing_checklist.md | 55 ++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 integration_testing_checklist.md diff --git a/integration_testing_checklist.md b/integration_testing_checklist.md new file mode 100644 index 0000000..cb13617 --- /dev/null +++ b/integration_testing_checklist.md @@ -0,0 +1,55 @@ + +[] Groups + [x] List + [] Create + [] Retrieve + [] Delete + [] Transfer + [] Add location + [] Remove location + [] Update version + [] Create token + [] Invalidate tokens +[] Database + [x] List + [x] Create + [x] Retrieve + [x] Usage + [x] Delete + [x] List instances + [x] Retrieve instance + [] Create a token + [-] Invalidate tokens + [-] Upload dump + [x] Stats + [x] Update configuration + [x] Retrieve configuration +[x] Locations + [x] List +[] Organizations + [x] List + [x] Retrieve + [] Update + [x] Retrieve subscription + [x] Usage + [x] Invoices + [x] Plans +[] Members + [x] List + [x] Retrieve + [] Add + [] Remove +[] Invites + [x] List + [] Create invite +[] Api Tokens + [] Create + [] Validate + [] List + [] Revoke +[] Audit logs + [] List + +[] Publishing to Maven +[] use coroutines `runTest` instead of `runBlocking` +[] improve error handling wrap into kindof result