• Stars
    star
    100
  • Rank 329,970 (Top 7 %)
  • Language
    HTML
  • License
    MIT License
  • Created almost 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Go Test Workshop

go_test_workshop

如何编写健壮的代码?测试或者单元测试是一个非常有效的手段。自1997年JUint的出世引领单元测试以来,单元测试曾经风靡一时。然后在最近的十年,或者说在最近的几年,互联网企业面临巨大的竞争压力,或者说代码规范不收重视的情况下,糙快猛的编程方式也收到吹捧,以至于单元测试没有收到足够的重视,因此留下来很多的技术债务和线上风险,也就是俗称的"雷"。

这个实战课程,全面介绍Go语言的单元测试的知识,通过大量的实战的代码,带你领略go test的便捷和强大,解答你在实际开发中的众多的疑惑,你在以后的Go应用程序的开发中,可以应用本文介绍的知识,把单元测试威力实际发挥出来。

如果你会写func TestXXX(t *testing.T) {这一行代码,恭喜你,你已经知道了Go的一半的单元测试的知识,你可以重点关注其它的一半的Go单元测试的知识。如果你还未写过Go的单元测试,没关系,本门课程手把手教你怎么轻轻松松编写Go的单元测试。

本课程的代码放在了 Go Test Workshop

install tools

go install github.com/rakyll/gotest@master
go install github.com/axw/gocov/gocov@latest
go install github.com/matm/gocov-html@latest
go install github.com/nikolaydubina/go-cover-treemap@latest
// https://go-cover-treemap.io/

More Repositories

1

rpcx

Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱! build for cloud!
Go
7,712
star
2

go-web-framework-benchmark

⚡ Go web framework benchmark
Go
1,915
star
3

1m-go-tcp-server

benchmarks for implementation of servers which support 1 million connections
Go
1,840
star
4

dive-to-gosync-workshop

深入Go并发编程研讨课
Go
1,610
star
5

C1000K-Servers

⚡ High performance websocket servers implemented by Spray-can, Netty, undertow, jetty, Vert.x, Grizzly, node.js and Go. It supports 1,200,000 active websocket connections
Scala
1,506
star
6

gen

Converts a database into gorm structs and RESTful api
Go
1,411
star
7

concurrency-programming-via-rust

Rust
1,274
star
8

chanx

unbounded chan
Go
417
star
9

gosercomp

⚡ Golang Serializer Benchmark Comparison
Go
403
star
10

ringbuffer

a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
Go
357
star
11

gofsm

a featured FSM that can export state images
Go
297
star
12

go-best-practices

resources for go best practices
289
star
13

douban-recommender

基于Spark ML实现的豆瓣电影推荐系统
Scala
224
star
14

rpcx-ui

rpcx manager web ui
Go
215
star
15

Jax-RS-Performance-Comparison

⚡ Performance Comparison of Jax-RS implementations and embedded containers
Java
187
star
16

weighted

high-performance common weighted algorithm library
Go
185
star
17

ZKRecipesByExample

all examples for ZooKeeper recipes by Curator
Java
183
star
18

goframe

send/receive framed data via TCP or QUIC
Go
167
star
19

go-concurrent-quiz

Go concurrency quizzes
Go
166
star
20

gotips

Go tips from Phuong Le. Go语言编程技巧
155
star
21

kafka-example-in-scala

a kafka producer and consumer example in scala and java
Java
152
star
22

rpcx-programming-guide-cn

gitbook Go RPC开发指南 [中文文档]
CSS
142
star
23

ebooks

制作的电子书越来越多,找个仓库放置,方便下载
139
star
24

glean

hotfix for go applications via plugin, supports Linux and MacOS
Go
130
star
25

queue

lock-free queue and other implementations
Go
123
star
26

rpcx-rs

rpcx microservice framework in Rust
Rust
119
star
27

goreq

A Simplified Golang Http Client
Go
104
star
28

gofer

Go
94
star
29

channels

go channel patterns
Go
89
star
30

resp3

First redis RESP3 protocol library in Go
Go
84
star
31

rpcx-java

rpcx implementation in Java for server side and client side
Java
79
star
32

smallchat

A minimal programming example for a chat server in Go and Rust
Rust
79
star
33

epoller

epoll implementation for connections in Linux, MacOS and Windows
C
76
star
34

grpc-examples

examples for gRPC
Go
63
star
35

distributed

distributed synchronization primitives
Go
60
star
36

FlyRunner

一个记录你地图路线的跑步软件,无需google map支持
Java
44
star
37

rpcxdump

a tcpdump-like tool to capture rpcx tcp packets
Go
43
star
38

zhuge

救命用的profile
Go
41
star
39

exp

Experimental packages not in std and golang.org/exp
Go
41
star
40

hash-bench

go hash benchmark
Go
38
star
41

mping

a multi-targets ping tool, which supports 10,000 packets/second, accurate latency
Go
38
star
42

spring-kafka-demo

Java
37
star
43

Tractor

A Tractor game. (升级,一个在中国非常流行的扑克牌游戏。又叫拖拉机,双扣)。 Developed by C#
C#
37
star
44

leetcode-solutions

leetcode 算法题解精选
37
star
45

network_benchmark

3百万QPS benchmark测试
Go
35
star
46

mping-rs

a multi-targets ping tool and library, which supports 10,000 packets/second, accurate latency
Rust
34
star
47

mahout-douban-recommender

基于mahout实现的豆瓣电影推荐系统
Java
33
star
48

RPC-TEST

test performance of gRPC and Thrift. All services are implemented as HelloWorld by Java, Scala and Golang
Shell
30
star
49

breakdown

记录国内外互联网公司和电信企业P0级别的重大故障
27
star
50

quick

an encrypted UDP connection between two peers using QUIC
Go
26
star
51

talk-about-go-generics

谈谈Go泛型 - GopherChina 2023 大会分享
Go
24
star
52

gitalk

gitalk for colobu
19
star
53

fastjson-jaxrs-json-provider

a JAX-RS entity provider for https://github.com/alibaba/fastjson
Java
18
star
54

redis-bench

a different redis bench tool that is used for test latency at given max throughputs
Go
16
star
55

rpcxlite

a lite version of rpcx
Go
16
star
56

iprange

check whether a IP is in IP ranges with CIDR format such as 216.249.16.0/20 and 2a01:5a80::/32
Go
16
star
57

smallnest.github.io

HTML
16
star
58

leetcode

有空就刷题
Go
14
star
59

syncx

more advanced sync primitives in Go
Go
14
star
60

kafka_monitor

A kafka monitor to send alarm emails
Go
14
star
61

rediscopy

copy redis requests to other servers
Go
14
star
62

weighted-rs

A Rust library for weighted balancing algorithm
Rust
12
star
63

gomemcached

memcached protocol implementation for memcached server
Go
12
star
64

slog-exp

slog experimental features
Go
11
star
65

rpcx-agent

Agent to invoke rpcx services in C++, Java, Python, C#, Ruby, etc. for rpcx 2.x
Go
10
star
66

gofu

functional go with generic types
10
star
67

libra-wallet

a libra wallet example in go
HTML
9
star
68

qianmo

additional network functions
Go
9
star
69

rust-examples

study rust by examples
Rust
9
star
70

rpcx-programming-guide-en

rpcx programming guide (english version)
9
star
71

Ember-Lance

Dashboard Bootstrap implemented with sb-admin2, Ember, D3.js and other third-party libraries
JavaScript
9
star
72

concurrency-programming-via-go-code

code of concurrency programming via go
Go
9
star
73

DisruptorBootstrap

Example for Disruptor and Spring Reactor
Java
8
star
74

nettrace.bak

explore internal/nettrace in go std lib
Go
8
star
75

go-app-metrics

add system monitor (cpu/load/memory/disk/bandwidth) to go-metrics
Go
7
star
76

blockchain

a general blockchain implementation
Go
7
star
77

go-cheatsheets

7
star
78

go-generics-examples

go generics examples
Assembly
7
star
79

pool

a go pool that you don't worry about GC
Go
5
star
80

libp2p

a secure go p2p libary, easy to use. cloned from go-spacemesh
Go
5
star
81

libkv-etcdv3-store

libkv etcd store by client v3 API: https://github.com/docker/libkv
Go
5
star
82

preallocate

File preallocation library, cloned from https://git.sr.ht/~tslocum/preallocate
Go
5
star
83

benchpi

rust examples for calculating PI
Rust
4
star
84

json-parser-benchmark

json parser benchmark
Go
4
star
85

Java-Memcached-Clients-Benchmark

⚡ Benchmark for Java Memcached clients such as SpyMemcached, XMemcached and folsom
Scala
4
star
86

p2p

p2p examples
Go
4
star
87

word

一个命令行中查找英语单词的意思和发音
Go
4
star
88

kafka-go-examples

examples for kafka go clients
Go
3
star
89

golang-tls

golang tls for http/http2 examples
Go
3
star
90

tracert

a special traceroute lib for multiple paths by UDP
Go
3
star
91

awesome-web-templates

record free web templates
3
star
92

concurrency-programming-via-go

Go并发编程勘误页和问题反馈
2
star
93

Scala-Collections-Cookbook

codes for the book "Scala Collections Cookbook"
Scala
2
star
94

libra-wallet-rust

libra wallet in rust
CSS
2
star
95

batch

batch process or timeout
Go
2
star
96

bitcoin

bitcoin study
Go
2
star
97

shorturl

a scalable high performance ShortURL server
Scala
2
star
98

go-cache-benchmark

Go
2
star
99

go-database-study

study golang database lib
Go
2
star
100

ai_assistant

熊厂内分享,github copilot vs baidu comate
Go
1
star