Skip to content

bygui86/go-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WORK IN PROGRESS

Go testing

Project to understand how to write tests in Golang

TODO list

  • testing types

    • unit-testing
    • integration-testing
    • integration-testing with testcontainers
    • contract-testing
  • testing techniques

    • mocking
    • stubbing
  • testing techs

    • basic interface
    • database
    • rest
      • server
      • client
      • middleware
    • grpc
      • server
      • client
    • broker
      • kafka
        • producer
        • consumer
      • kubemq
        • producer
        • consumer
    • logs
    • metrics
    • traces
  • libraries


Links

testing in go

code coverage

frameworks

mocking

basic-example

unit-testing

database

http

server

client

middleware

grpc

logging

integration-testing

testcontainers

contract-testing

pact

gandalf

articles

tutorials

About

Project to understand how to write testing in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published