Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(auto merged) Bump github.com/go-spectest/spectest from 0.0.8 to 0.0.13 #33

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps github.com/go-spectest/spectest from 0.0.8 to 0.0.13.

Release notes

Sourced from github.com/go-spectest/spectest's releases.

Version 0.0.4 2023.10.10 JST

[0.0.4] - 2023-10-10

Added

  • Generate code coverage report with make coverage.
    • The coverage report name is coverage.html.
  • Support more http mock methods; HEAD, OPTIONS, CONNECT, TRACE

Changed

  • Dependabot update go.mod in example codes.
  • Introduce Interval struct for caluculating interval time.

Removed

  • SpecTest.RecorderHook is deprecated since apitest package era.

[0.0.3] - 2023-10-09

Added

  • Support more http methods; HEAD, OPTIONS, CONNECT, TRACE

Fixed

  • Broken example codes. However, some examples are still broken (iris, qraphql).
  • Broken unit test; TestRealNetworking() had a case where API calls could be made before the server was started.

Changed

  • Refactoring
    • The processing was heavily written in one file, so I split the file into multiple parts.
    • Rename public struct name; APITest to SpecTest
Changelog

Sourced from github.com/go-spectest/spectest's changelog.

Changelog

[0.0.9] - 2023-10-28

Added

  • Support markdown report.

Fixed

  • image.EqualFromFile() close response body.
Commits
  • c369c6e Merge pull request #167 from go-spectest/update-document
  • ad44356 Update document
  • 1da4389 Merge pull request #166 from go-spectest/introduce-index-cmd
  • 90d2a6a Add index subcommand
  • e48ff11 Add unit test for generating index
  • 575e1c2 Merge pull request #158 from go-spectest/dependabot/go_modules/examples/seque...
  • 9bee231 Merge branch 'main' into dependabot/go_modules/examples/sequence-diagrams-wit...
  • aea2978 Merge pull request #160 from go-spectest/dependabot/go_modules/examples/goril...
  • 9eae990 Merge branch 'main' into dependabot/go_modules/examples/gorilla/github.com/go...
  • 033bb3e Merge branch 'main' into dependabot/go_modules/examples/sequence-diagrams-wit...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 6, 2023
@github-actions github-actions bot changed the title Bump github.com/go-spectest/spectest from 0.0.8 to 0.0.13 (auto merged) Bump github.com/go-spectest/spectest from 0.0.8 to 0.0.13 Nov 6, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-spectest/spectest-0.0.13 branch from ec7ca7c to d14e29b Compare November 6, 2023 20:25
Bumps [github.com/go-spectest/spectest](https://github.com/go-spectest/spectest) from 0.0.8 to 0.0.13.
- [Release notes](https://github.com/go-spectest/spectest/releases)
- [Changelog](https://github.com/go-spectest/spectest/blob/main/CHANGELOG.md)
- [Commits](nao1215/spectest@v0.0.8...v0.0.13)

---
updated-dependencies:
- dependency-name: github.com/go-spectest/spectest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-spectest/spectest-0.0.13 branch from d14e29b to 345e8f7 Compare November 7, 2023 20:49
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2023

Superseded by #36.

@dependabot dependabot bot closed this Nov 8, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/go-spectest/spectest-0.0.13 branch November 8, 2023 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants