We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03dc9b9 commit aa6bba9Copy full SHA for aa6bba9
1 file changed
README.md
@@ -554,13 +554,6 @@ This table shows which Sidemantic features are supported when importing from oth
554
- ⚠️ Partial support - feature works with limitations
555
- ❌ Not supported - feature not available in source format
556
557
-## Testing
558
-
559
-Run tests:
560
-```bash
561
-uv run pytest -v
562
-```
563
564
## Database Support
565
566
Sidemantic supports multiple production-ready databases:
@@ -641,3 +634,10 @@ See `examples/` directory:
641
634
- `sidemantic/orders.yml` - Native YAML example
642
635
- `cube/orders.yml` - Cube format example
643
636
- `metricflow/semantic_models.yml` - MetricFlow format example
637
+
638
+## Testing
639
640
+Run tests:
+```bash
+uv run pytest -v
+```
0 commit comments