fixtures

package
v0.7.9 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2018 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Clone

func Clone(baseDir string, projects []Project) error

Clone executes git clone in target directory and checksout the provided commit, or master if left ""

func Directory

func Directory() string

Directory returns the directory under which tests fixtures should be placed

Types

type Project

type Project struct {
	Name    string
	URL     string
	Commit  string
	Options map[string]interface{}
	Env     map[string]string
}

Project describes a git repo for a test fixture and env vars for when it is to be built

Jump to

Keyboard shortcuts

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