diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-19 11:02:53 +0000 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2021-03-19 15:03:28 +0100 |
commit | f46b34ecd265fe86f6b67669fd545584cbe85a39 (patch) | |
tree | 1ccecfa5d6619ebe8621fdc3f39b346e983b04c2 /vendor/github.com/onsi/ginkgo/README.md | |
parent | 61e3b152fcc591a85f2bd4872911a0997cca75c0 (diff) | |
download | podman-f46b34ecd265fe86f6b67669fd545584cbe85a39.tar.gz podman-f46b34ecd265fe86f6b67669fd545584cbe85a39.tar.bz2 podman-f46b34ecd265fe86f6b67669fd545584cbe85a39.zip |
Bump github.com/containers/common from 0.35.0 to 0.35.3
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.35.0 to 0.35.3.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](https://github.com/containers/common/compare/v0.35.0...v0.35.3)
Signed-off-by: dependabot[bot] <support@github.com>
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: |