Skip to content

mcardosos/minitests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

add this to gulpfile

var goCommands = [
  'glide install',
  'go test ./go-acceptance-tests/... -v'
];

function goTest() {
  process.env.GOPATH = basePathOrThrow() + '/AutoRest/Generators/Go/Go.Tests';
  return shell.task(goCommands, {
      cwd: './AutoRest/Generators/Go/Go.Tests/src/Tests', verbosity: 3});
}

gulp.task('test:go', goTest());

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages