contexttest

package
v1.21.11 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Overview

Package contexttest provides utilities for testing Web/API contexts with models.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadGitRepo

func LoadGitRepo(t *testing.T, ctx *context.Context)

LoadGitRepo load a git repo into a test context. Requires that ctx.Repo has already been populated.

func LoadRepo

func LoadRepo(t *testing.T, ctx gocontext.Context, repoID int64)

LoadRepo load a repo into a test context.

func LoadRepoCommit

func LoadRepoCommit(t *testing.T, ctx gocontext.Context)

LoadRepoCommit loads a repo's commit into a test context.

func LoadUser

func LoadUser(t *testing.T, ctx gocontext.Context, userID int64)

LoadUser load a user into a test context

func MockAPIContext

func MockAPIContext(t *testing.T, reqPath string) (*context.APIContext, *httptest.ResponseRecorder)

MockAPIContext mock context for unit tests

func MockContext

func MockContext(t *testing.T, reqPath string, opts ...MockContextOption) (*context.Context, *httptest.ResponseRecorder)

MockContext mock context for unit tests

Types

type MockContextOption added in v1.21.6

type MockContextOption struct {
	Render context.Render
}

type MockRender

type MockRender struct{}

func (*MockRender) HTML

func (tr *MockRender) HTML(w io.Writer, status int, _ string, _ any, _ gocontext.Context) error

func (*MockRender) TemplateLookup

func (tr *MockRender) TemplateLookup(tmpl string, _ gocontext.Context) (templates.TemplateExecutor, error)

Jump to

Keyboard shortcuts

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