Use subtests with server_test.go
authorAnton Harniakou <anton.harniakou@gmail.com>
Mon, 7 Jan 2019 16:25:27 +0000 (19:25 +0300)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 8 Jan 2019 13:54:11 +0000 (14:54 +0100)
commit843fcd19d4d97bac979410a4e0abed72586a0aa0
treee294f8a21a06d54577fca09f4edce083baa4e531
parentce8a09a4c0661dece931ab1173e4f09e8e04aa38
Use subtests with server_test.go

Use Golang's subtests to provide a convenient way
to run specific tests.
Example:
go test -run=TestFixURL/Basic_production
commands/server_test.go