test

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertContainsMatch

func AssertContainsMatch(t *testing.T, strs []string, pattern *regexp.Regexp, message string)

func CreateMockCommand

func CreateMockCommand(t *testing.T, swappers []*CommandSwapper) func(cmd string, args ...string) *exec.Cmd

CreateMockCommand creates a command function that will verify its receiving the right sequence of commands from lazynpm

func GenerateRepo

func GenerateRepo(filename string) error

GenerateRepo generates a repo from test/repos and changes the directory to be inside the newly made repo

Types

type CommandSwapper

type CommandSwapper struct {
	Expect  string
	Replace string
}

CommandSwapper takes a command, verifies that it is what it's expected to be and then returns a replacement command that will actually be called by the os

func (*CommandSwapper) SwapCommand

func (i *CommandSwapper) SwapCommand(t *testing.T, cmd string, args []string) *exec.Cmd

SwapCommand verifies the command is what we expected, and swaps it out for a different command

Jump to

Keyboard shortcuts

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