refactor(tests): split integration.rs into focused subfolders

- Delete 20 duplicate tests already covered by parameter_tests.rs
- Move 11 pure Trial unit tests into src/trial.rs
- Split remaining 84 integration tests into tests/study/ (9 modules)
- Group sampler tests into tests/sampler/ (7 modules)
- Group pruner tests into tests/pruner/ (2 modules)
This commit is contained in:
Manuel Raimann
2026-02-12 12:49:24 +01:00
parent 964b4d5749
commit d81d1de4ff
23 changed files with 1991 additions and 2256 deletions
+2
View File
@@ -0,0 +1,2 @@
mod median;
mod threshold;