Coverage for gws-app / gws / test / team_engine / __init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.13.4, created at 2026-03-03 10:12 +0100

1"""Wrappers for the OGC TEAM Engine. 

2 

3See: 

4 - https://cite.ogc.org/teamengine 

5 - https://github.com/opengeospatial/teamengine 

6 

7Usage: 

8 

9 1. Start the test container with `docker compose up` 

10 3. Run the `main.py` script on the host machine 

11 

12"""