No description
This does not change the behavior, but refactors according to these principles: 1) No two routes are tested in the same function (but it would be ok to split tests for one route over several funcions) 2) At most one testRoute() call is made per API object, and the state is completely set up and tore down between tets. On top of this we should add more test cases to each of the tables, but I'm leaving this to future PRs. Signed-off-by: Tom Gundersen <teg@jklm.no> |
||
|---|---|---|
| cmd | ||
| distribution | ||
| internal | ||
| osbuild@cd49e2407c | ||
| tools | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| dnf-json | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
osbuild-composer
An image building service based on osbuild. It is inspired by lorax-composer and exposes the same API. As such, it is a drop-in replacement.