added tests

This commit is contained in:
Brian Bjarke Jensen
2025-09-19 19:38:10 +02:00
parent 0abd398c10
commit b426d43de0
16 changed files with 1919 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
name: Test Web App
description: A simple web application for testing
api:
version: v1
endpoints:
- name: health
path: /health
method: GET
- name: calculator
path: /calculate
method: POST
database:
type: sqlite
name: test.db
logging:
level: info
format: json