testifytutorial

package module
v0.0.0-...-cfc7646 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2015 License: MIT Imports: 7 Imported by: 0

README

testify-tutorial

Code examples from my Testify tutorial

Tests are in api_test.go, demonstrating testing with the standard Go testing library and Testify Assert, Require, and Suite

Documentation

Index

Constants

View Source
const LocationKind = "Location"

Variables

This section is empty.

Functions

This section is empty.

Types

type Location

type Location struct {
	Name string
	Lat  float64
	Lng  float64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL