summaryrefslogtreecommitdiff
path: root/model/recipes_test.go
AgeCommit message (Collapse)Author
2024-10-23Fix unit testsxengineering
API changes were not adopted in the unit tests.
2024-09-11Apply go fmt to all source filesxengineering
This applies default Go code style recommendations.
2024-05-09Inject examples only with new --example flagxengineering
The default use case should be to not inject example recipes.
2024-05-09model: Fix unit testsxengineering
2024-05-09Restructure database-related functionsxengineering
2024-05-08Fix unit testsxengineering
2024-03-04model: Create test data with Go instead of SQLxengineering
This allows to formulate the test data with an object-based model which is easier than writing it down in a relational model.
2024-02-11model: Add type 'Recipes' with Read() methodxengineering
This type is provided to render overview pages easily with a list of all recipes.