# test-toolkit **Repository Path**: mirrors_api7/test-toolkit ## Basic Information - **Project Name**: test-toolkit - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-13 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test-toolkit ## Usage Prerequset: clone the repo in the CI: ```bash git clone https://github.com/api7/test-toolkit/ t/lib/toolkit ``` Use this in the test code: * encode json with key sorted ```lua package.path = "t/lib/toolkit/?.lua;" .. package.path local json = require("json") json.encode({xxx = yy, a = b}, {sortkey = true}) ```