You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sms_tools.egg-info/PKG-INFO
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,15 @@ Run only smoke tests:
82
82
83
83
python -m pytest -k smoke
84
84
85
+
Test case summary:
86
+
87
+
* `tests/test_api_contracts.py`: API/signature and output-shape contract checks for core model entry points.
88
+
* `tests/test_errors.py`: error-handling contracts (invalid parameters and invalid I/O paths).
89
+
* `tests/test_models_smoke.py`: fast smoke coverage for all analysis/synthesis model modules.
90
+
* `tests/test_transformations_smoke.py`: fast smoke coverage for all transformation modules.
91
+
* `tests/test_models_ground_truth.py`: algorithmic/ground-truth model tests on synthetic signals (frequency accuracy, additivity, and quality invariants).
0 commit comments