Commit bf1b49d
test: parametrise test_process_single_position over num_workers/use_threads
Renames the hypothesis strategy from `num_threads` to `num_workers` to
match the new public API, and adds a `use_threads` boolean strategy
so the test exercises both the ProcessPoolExecutor (default) and
ThreadPoolExecutor paths. The old test only covered serial + threads.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 6f33a48 commit bf1b49d
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
| 740 | + | |
| 741 | + | |
741 | 742 | | |
742 | 743 | | |
743 | | - | |
| 744 | + | |
744 | 745 | | |
745 | 746 | | |
746 | 747 | | |
| |||
779 | 780 | | |
780 | 781 | | |
781 | 782 | | |
782 | | - | |
| 783 | + | |
| 784 | + | |
783 | 785 | | |
784 | 786 | | |
785 | 787 | | |
| |||
0 commit comments