test-exec-command-golang

command module
v0.0.0-...-4d2c2d9 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2019 License: MIT Imports: 3 Imported by: 0

README

Example repo of how to test exec.Command (and other system functions) in Golang

Accompanies this article: Unit-Testing-Exec-Command-In-Golang

Overview

Package funshell contains the ShellCommand function which is being tested.
ShellCommand just kicks off the shell command echo 'fun!'.
The main function in main.go just calls this, catches errors and then prints out anything that was output to stdout.
Package funshell_test runs some simple unit tests against ShellCommand.

Running

Run the program with go run main.go.
Run the tests with go test ./...

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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