#
go-testing
Here are 34 public repositories matching this topic...
HttpRunner 是简单易用、功能强大、数据精准的一站式 API 测试解决方案,覆盖接口测试、性能测试、数字体验监测等。
benchmarking
load-testing
jmeter
pytest
requests
locust
api-testing
performance-testing
boomer
httptest
go-testing
-
Updated
Mar 29, 2022 - Go
nehagup
commented
Feb 27, 2022
Is there an existing feature request for this?
- I have searched the existing issues
Summary
Add 3 different modes of Keploy SDK in the readme.
Record: Sets to record mode.
Test: Sets to test mode.
Off: Turns off all the functionality provided by the API
Note: KEPLOY_MODE value is case sensitive.
Take inspiration from https://github.com/keploy/go-sdk#configure
Why
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
An example of Redigo library
-
Updated
Jun 28, 2017 - 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
GO notes, snippets, good practices, course exercises, tests
-
Updated
Feb 28, 2022 - 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 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 Go Routine testing
-
Updated
Jun 17, 2017 - 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
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
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
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
An example of mocking golang function
-
Updated
Jun 17, 2017 - 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.