#
go-testing
Here are 36 public repositories matching this topic...
HttpRunner 是一个开源的 API 测试工具,支持 HTTP(S) / HTTP2 / WebSocket / RPC 等网络协议,涵盖接口测试、性能测试、数字体验监测等测试类型。简单易用,功能强大,具有丰富的插件化机制和高度的可扩展能力。
testing
benchmarking
curl
load-testing
jmeter
pytest
requests
locust
api-testing
performance-testing
boomer
httptest
go-testing
httprunner
-
Updated
Jul 4, 2022 - Go
re-Tick
commented
May 27, 2022
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
When I do testrun for a testcase with noise header fields, It is failing because it is not ignoring the header fields while comparing.
Steps to reproduce
- Capture a testcase with noise header fields.
- Run a test.
Environment
No response
Version
Local
Open
Add algorithms
5
ektagarg
commented
Oct 21, 2019
Implement any algorithm:
- Huffman coding algorithm
- Dijkstra's algorithm
- Prim's algorithm [DONE]
- [Kruskal's algorithm](https://www.geeksforgeek
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
Resolve issue and be a part of Hacktoberfest community
Yet another Go package for working with *.golden test files, with a focus on simplicity.
-
Updated
Mar 22, 2022 - Go
Type-safe, fast and handy alternative gomock generator
-
Updated
Nov 26, 2021 - Go
A highly-configurable emulator of Apple Push Notification HTTP/2 service written in Go – embeddable server and command line utility.
-
Updated
Dec 14, 2017 - Go
Skeleton for golang app
go
golang
go-kit
golang-examples
golang-application
go-template
golang-server
golang-framework
go-application
golang-template
go-testing
go-service
golang-api
golang-cli
-
Updated
Dec 14, 2021 - Go
Some useful functions to simplify and improve testing
-
Updated
Mar 26, 2022 - Go
Bora caçar pokemons com golang?
golang
unit-testing
pokemon
talks
talk
cli-app
unit-tests
table-driven-test
go-testing
table-driven-testing
go-command-line
-
Updated
Jun 23, 2021 - Go
An example of API testing with GoConvey
-
Updated
Jun 10, 2017 - Go
This repository is for training Golang with testing
-
Updated
Aug 12, 2021 - Go
A suite of Go test helpers which uses golden files to assert marshaling and unmarshaling of given objects.
go
golang
yaml
json
xml
assertions
marshal
unmarshaling
go-test
gotest
unmarshal
go-testing
marshaling
golden-file
go-test-helper
-
Updated
Oct 28, 2021 - Go
An example of Redigo library
-
Updated
Jun 28, 2017 - Go
Изучение Go через TDD (test-driven development)
testing
go
golang
tdd
russian
test-driven-development
golang-book
golang-testing
go-test
go-testing
golang-test
-
Updated
Sep 20, 2020 - Go
An example of Go Routine testing
-
Updated
Jun 17, 2017 - Go
An Experimental application in goLang to work in a simple pricing engine considering various factors from the customer who is trying to rent a vehicle from a rental service provider.
golang
tdd
linked-data
rest-api
pricing
rpc-server
configurable
strategy-pattern
chain-of-responsibility
stub-backend
service-oriented-architecture
go-testing
-
Updated
Aug 3, 2021 - Go
An example of mocking golang function
-
Updated
Jun 17, 2017 - Go
An example of golang testing by mocking external dependencies
-
Updated
Jun 17, 2017 - Go
POC of hexagonal architecture, to show case how it facilitates testing and mocking for golang.
testing
docker
golang
postgres
docker-compose
hexagonal-architecture
gin-gonic
go-test
go-testing
golangci-lint
enabled-linters
-
Updated
Mar 24, 2021 - Go
-
Updated
Jun 16, 2020 - Go
Golang repository testing by mocking database query
testing
go
golang
mocking
go-testing
go-mocking
repository-testing
golang-repository-testing
go-mock-testing
-
Updated
Jun 28, 2017 - Go
Seminario com demo para disciplina de Teste de Software do CIn-UFPE.
-
Updated
Nov 23, 2019 - Go
This api contains product ,category and basket product models. It provides routes and handlers for this routes to be able to provide a simple e-commerce product listing, product basketing and basket controlling operations totally.
golang
unit-testing
consumer-driven-contracts
go-testing
dockerci
golangci
golangci-lint
tdd-golang
github-actions-ci
pact-provider
go-fiber
go-rest-api
-
Updated
Dec 30, 2021 - Go
Programming Pearls in Golang
testing
go
golang
benchmarking
algorithms
data-structures
go-testing
pearls
go-pearls
go-programming-pearls
tested-solutions
go-benchmarking
-
Updated
Apr 28, 2021 - Go
-
Updated
Jul 25, 2021 - Go
Fizzbuzz api listens for a http request for route '/fizzbuzz/count'. When request comes, it makes an array with fizzbuzz game rules to send as response. Like [1,2,"fizz",4,"buzz"...,14,"fizzbuzz",]
-
Updated
Dec 30, 2021 - Go
There is a http server that listens for routes '/book' , '/book/:email' , '/add' to provide objects each like { email : "example@.com", message:" Hello"} to a consumer. Book route returns an array each like the above.
golang
docker-image
unit-test
go-testing
dockerci
golangci
golangci-lint
tdd-golang
github-actions-ci
pact-provider
go-fiber
cdc-testing
-
Updated
Dec 29, 2021 - Go
-
Updated
Mar 28, 2022 - Go
Improve this page
Add a description, image, and links to the go-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the go-testing topic, visit your repo's landing page and select "manage topics."
I have two setups, in one the
-paralleloption works just fine in vscode - it generates parallel test cases as it should. In the other it doesn't do anything (not reporting errors in custom flags is a problem in the vscode go plugin, which is not the issue here).Both were installed with
go get -u github.com/cweill/gotests/...when in the $HOME directory within 15 minutes of each other.