nao1215 / spectest

A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.
MIT License
37 stars 1 forks source link

Bump github.com/go-spectest/spectest from 0.0.13 to 0.0.15 in /examples/sequence-diagrams-with-postgres-database #196

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

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

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
Commits


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 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)
github-actions[bot] commented 11 months ago

Code Metrics Report

main (c9f2162) #196 (3e3ecc4) +/-
Coverage 81.1% 81.1% 0.0%
Test Execution Time 21s 5s -16s
Details ``` diff | | main (c9f2162) | #196 (3e3ecc4) | +/- | |---------------------|----------------|----------------|------| | Coverage | 81.1% | 81.1% | 0.0% | | Files | 33 | 33 | 0 | | Lines | 1924 | 1924 | 0 | | Covered | 1561 | 1561 | 0 | + | Test Execution Time | 21s | 5s | -16s | ```

Reported by octocov