12 lines
161 B
Markdown
12 lines
161 B
Markdown
# Tests
|
|
|
|
Various module tests
|
|
|
|
### Python Interface
|
|
|
|
```bash
|
|
cd /RapidPoseTriangulation/
|
|
uv sync --group dev
|
|
uv run pytest tests/test_interface.py
|
|
```
|