1
0
mirror of https://github.com/golang/go synced 2024-11-24 13:30:09 -07:00
go/src
Brad Fitzpatrick 694eadcce7 net/http/httptest: add NewRequest helper for ease of testing handlers
Fixes #14199

Change-Id: Ic9284023b663de3db1ca7b7b1e96eeab82ec0944
Reviewed-on: https://go-review.googlesource.com/21016
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
2016-03-23 23:22:22 +00:00
..
archive all: delete dead test code 2016-03-21 07:10:08 +00:00
bufio all: delete dead test code 2016-03-21 07:10:08 +00:00
builtin
bytes all: delete dead test code 2016-03-21 07:10:08 +00:00
cmd cmd/compile: prettify loop iterations 2016-03-23 22:49:49 +00:00
compress compress/flate: rework matching algorithm 2016-03-23 11:33:29 +00:00
container
crypto all: delete dead test code 2016-03-21 07:10:08 +00:00
database/sql database/sql/driver: remove string exclusion 2016-03-23 02:42:31 +00:00
debug debug/dwarf: add Reader.SeekPC and Data.Ranges 2016-03-22 14:06:09 +00:00
encoding encoding/json, internal/testenv: use Fatalf 2016-03-22 05:58:27 +00:00
errors
expvar
flag
fmt fmt: cleanup and optimize doPrintf for simple formats 2016-03-23 06:31:12 +00:00
go net/http, internal/testenv: find go binary in PATH 2016-03-22 02:02:23 +00:00
hash
html
image
index/suffixarray
internal encoding/json, internal/testenv: use Fatalf 2016-03-22 05:58:27 +00:00
io
log
math math/big: much simplified and faster Float rounding 2016-03-22 17:07:34 +00:00
mime
net net/http/httptest: add NewRequest helper for ease of testing handlers 2016-03-23 23:22:22 +00:00
os
path
reflect cmd/link, reflect: remove some method type data 2016-03-23 17:00:43 +00:00
regexp all: delete dead test code 2016-03-21 07:10:08 +00:00
runtime bytes: Equal perf improvements on ppc64le/ppc64 2016-03-23 14:21:15 +00:00
sort
strconv
strings
sync sync: don't assume b.N > 0 2016-03-18 16:37:39 +00:00
syscall syscall: correct spelling/typos in comment 2016-03-22 20:35:53 +00:00
testing testing: expose subtest and subbenchmark functionality 2016-03-22 14:56:15 +00:00
text
time
unicode
unsafe
vendor
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash cmd/dist: redo flag-passing for bootstrap 2016-03-18 19:00:03 +00:00
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc