package
Version:
v0.0.0-...-8ad27d5
Opens a new window with list of versions in this module.
Published: Nov 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package unitest provides support for excuting unit test logic.
Run performs the actual test logic based on the table data.
type SeedData struct {
Users []User
Admins []User
}
SeedData represents data that was seeded for the test.
Table represent fields needed for running an unit test.
User represents an app user specified for the test.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.