Documentation ¶
Index ¶
- type Opt
- type Repo
- func (r *Repo) CreateAppWithNoOutputs(t *testing.T, appName string) *cfg.App
- func (r *Repo) CreateAppWithoutTasks(t *testing.T) *cfg.App
- func (r *Repo) CreateSimpleApp(t *testing.T) *cfg.App
- func (r *Repo) TaskIDs() []string
- func (r *Repo) WriteAdditionalFileContents(t *testing.T, appName, fileName, contents string) *digest.Digest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
func CreateBaurRepository ¶
CreateBaurRepository creates a new baur repository in a temporary directory and a new postgres database with a unique name. The funcion changes the current working directory to the created repository directory.
func (*Repo) CreateAppWithNoOutputs ¶
Click to show internal directories.
Click to hide internal directories.