Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Oct 8, 2023
1 parent 00bb0f0 commit 0938c55
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [0.0.3, Unreleased] - 2023-XX-XX
### Fixed
- Broken example codes.
- Broken example codes. However, some examples are still broken (iris, qraphql).

## [0.0.2] - 2023-10-08

Expand Down
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![MacUnitTest](https://github.com/go-spectest/spectest/actions/workflows/mac_test.yml/badge.svg)](https://github.com/go-spectest/spectest/actions/workflows/mac_test.yml)
[![WindowsUnitTest](https://github.com/go-spectest/spectest/actions/workflows/windows_test.yml/badge.svg)](https://github.com/go-spectest/spectest/actions/workflows/windows_test.yml)
[![Vuluncheck](https://github.com/go-spectest/spectest/actions/workflows/govulncheck.yml/badge.svg)](https://github.com/go-spectest/spectest/actions/workflows/govulncheck.yml)
[![UnitTestExampleCodes](https://github.com/go-spectest/spectest/actions/workflows/test-examples.yml/badge.svg)](https://github.com/go-spectest/spectest/actions/workflows/test-examples.yml)
[![reviewdog](https://github.com/go-spectest/spectest/actions/workflows/reviewdog.yml/badge.svg)](https://github.com/go-spectest/spectest/actions/workflows/reviewdog.yml)
![Coverage](https://github.com/go-spectest/octocovs-central-repo/blob/main//badges/go-spectest/spectest/coverage.svg?raw=true)

Expand Down Expand Up @@ -34,16 +35,17 @@ go get -u github.com/go-spectest/spectest

| Example | Comment |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| [gin](https://github.com/go-spectest/spectest/tree/master/examples/gin) | popular martini-like web framework |
| [graphql](https://github.com/go-spectest/spectest/tree/master/examples/graphql) | using gqlgen.com to generate a graphql server |
| [gorilla](https://github.com/go-spectest/spectest/tree/master/examples/gorilla) | the gorilla web toolkit |
| [iris](https://github.com/go-spectest/spectest/tree/master/examples/iris) | iris web framework |
| [echo](https://github.com/go-spectest/spectest/tree/master/examples/echo) | High performance, extensible, minimalist Go web framework |
| [fiber](https://github.com/go-spectest/spectest/tree/master/examples/fiber) | Express inspired web framework written in Go |
| [httprouter](https://github.com/go-spectest/spectest/tree/master/examples/httprouter) | High performance HTTP request router that scales well |
| [mocks](https://github.com/go-spectest/spectest/tree/master/examples/mocks) | example mocking out external http calls |
| [sequence diagrams](https://github.com/go-spectest/spectest/tree/master/examples/sequence-diagrams) | generate sequence diagrams from tests |
| [Ginkgo](https://github.com/go-spectest/spectest/tree/master/examples/ginkgo) | Ginkgo BDD test framework|
| [gin](https://github.com/go-spectest/spectest/tree/main/examples/gin) | popular martini-like web framework |
| [graphql (broken)](https://github.com/go-spectest/spectest/tree/main/examples/graphql) | using gqlgen.com to generate a graphql server |
| [gorilla](https://github.com/go-spectest/spectest/tree/main/examples/gorilla) | the gorilla web toolkit |
| [iris (broken)](https://github.com/go-spectest/spectest/tree/main/examples/iris) | iris web framework |
| [echo](https://github.com/go-spectest/spectest/tree/main/examples/echo) | High performance, extensible, minimalist Go web framework |
| [fiber](https://github.com/go-spectest/spectest/tree/main/examples/fiber) | Express inspired web framework written in Go |
| [httprouter](https://github.com/go-spectest/spectest/tree/main/examples/httprouter) | High performance HTTP request router that scales well |
| [mocks](https://github.com/go-spectest/spectest/tree/main/examples/mocks) | example mocking out external http calls |
| [sequence diagrams](https://github.com/go-spectest/spectest/tree/main/examples/sequence-diagrams) | generate sequence diagrams from tests |
| [Ginkgo](https://github.com/go-spectest/spectest/tree/main/examples/ginkgo) | Ginkgo BDD test framework|
| [plantuml](https://github.com/go-spectest/spectest/tree/main/examples/plantuml) | wxample generating plantuml|

### Companion libraries (Side projects)
In the original apitest repository, side projects were managed in separate repositories. However, in spectest, these side projects are managed within the same repository. However, the difflib, which operates independently from spectest, and the malfunctioning aws package, are managed in separate repositories.
Expand All @@ -54,7 +56,7 @@ In the original apitest repository, side projects were managed in separate repos
| [JOSN Schema](https://github.com/go-spectest/spectest/jsonschema) | JSON Schema assertion addons |
| [CSS Selectors](https://github.com/go-spectest/spectest/css-selector) | CSS selector assertion addons |
| [PlantUML](https://github.com/go-spectest/spectest/plantuml) | Export sequence diagrams as plantUML |
| [DynamoDB](https://github.com/go-spectest/aws) | Add DynamoDB interactions to sequence diagrams |
| [DynamoDB (broken)](https://github.com/go-spectest/aws) | Add DynamoDB interactions to sequence diagrams |

### Credits

Expand Down

0 comments on commit 0938c55

Please sign in to comment.