diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-19 08:06:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 08:06:04 -0700 |
commit | 5325957d536be3515fb7a782e4755afca38fca4c (patch) | |
tree | 4fa12237bd90231119ee67b8b7bda532b2465bdc /vendor/github.com/onsi/ginkgo/README.md | |
parent | 61e3b152fcc591a85f2bd4872911a0997cca75c0 (diff) | |
parent | a596d1f5d006680da2a1af6d11415e18efee0f3b (diff) | |
download | podman-5325957d536be3515fb7a782e4755afca38fca4c.tar.gz podman-5325957d536be3515fb7a782e4755afca38fca4c.tar.bz2 podman-5325957d536be3515fb7a782e4755afca38fca4c.zip |
Merge pull request #9735 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.15.2
Bump github.com/onsi/ginkgo from 1.15.1 to 1.15.2
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/README.md')
-rw-r--r-- | vendor/github.com/onsi/ginkgo/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/ginkgo/README.md b/vendor/github.com/onsi/ginkgo/README.md index 5d56adba0..008cbcb75 100644 --- a/vendor/github.com/onsi/ginkgo/README.md +++ b/vendor/github.com/onsi/ginkgo/README.md @@ -62,6 +62,8 @@ Describe("the strings package", func() { - [Completions for VSCode](https://github.com/onsi/vscode-ginkgo): just use VSCode's extension installer to install `vscode-ginkgo`. +- [Ginkgo tools for VSCode](https://marketplace.visualstudio.com/items?itemName=joselitofilho.ginkgotestexplorer): just use VSCode's extension installer to install `ginkgoTestExplorer`. + - Straightforward support for third-party testing libraries such as [Gomock](https://code.google.com/p/gomock/) and [Testify](https://github.com/stretchr/testify). Check out the [docs](https://onsi.github.io/ginkgo/#third-party-integrations) for details. - A modular architecture that lets you easily: |