chore: add GUT test framework

This commit is contained in:
xiaji
2026-05-29 09:16:10 +08:00
parent 5741ba1dc0
commit 07fc763413
808 changed files with 76903 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# docker-compose -f compose.yml build --no-cache --progress plain
# or just
# docker-compose -f compose.yml build
# then, to generate documentation do:
# docker-compose -f compose.yml up
# then to view documentation
# open ../TestReadTheDocsRepo/docs/source/_build/html/index.html
version: '1.0'
services:
gut-sphinx:
container_name : 'gut-sphinx'
build:
context: ../
dockerfile: docker/Dockerfile
volumes:
- ../docs/:/docs