Open-IM-Server/test
Xinwei Xiong 363deff6f8
feat(release-v3.4): Enhanced Build, Deployment, and Configuration Management for Optimized Performance and Automation ()
1 year ago
..
jwt Large refactoring projects: OpenIM automation, scripting, and openimctl refactoring () 2 years ago
testdata Large refactoring projects: OpenIM automation, scripting, and openimctl refactoring () 2 years ago
typecheck feat(release-v3.4): Enhanced Build, Deployment, and Configuration Management for Optimized Performance and Automation () 1 year ago
common.sh fix: part of the make rules optimization () 2 years ago
readme 🔥Super feat: OpenIM CTL optimization is supported () 2 years ago
wrktest.sh Large refactoring projects: OpenIM automation, scripting, and openimctl refactoring () 2 years ago

readme

## Run the Tests


To run a single test or set of tests, you'll need the [Ginkgo](https://github.com/onsi/ginkgo) tool installed on your
machine:

```console
go install github.com/onsi/ginkgo/ginkgo@latest
```

```shell
ginkgo --help
--focus value
If set, ginkgo will only run specs that match this regular expression. Can be specified multiple times, values are ORed.

```