go-gorilla-api

command module
v0.0.0-...-75c7f09 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2022 License: GPL-3.0 Imports: 20 Imported by: 0

README

go-gorilla-api

testing semaphore ci with basic golang

building

go build -o main .

testing

Unit
go test -v . ./data ./repositories ./rest ./settings -cover -coverprofile cover.out
Integration

This uses brine-dsl: This package is known to currently not work with Ruby v3 and (oddly) requires the ruby runtime installed.

Setting up Brine
  • install Ruby Version Manager
  • install Ruby runtime 2.7.6 (this is just the latest 2.x as 3.x is known broken)
  • (from within this folder) using cli bundle install
# Run our app
./main &
# supply base_url and run cucumber
BRINE_ROOT_URL=http://localhost:8080 cucumber -vvv

coverage

go tool cover -html=./cover.out

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