1818 InvestigatorScoreRangesCreate ,
1919 InvestigatorScoreRangesModify ,
2020 InvestigatorScoreRanges ,
21+ ScottScoreRangesCreate ,
22+ ScottScoreRangesModify ,
23+ ScottScoreRanges ,
2124 ZeibergCalibrationScoreRangeCreate ,
2225 ZeibergCalibrationScoreRangeModify ,
2326 ZeibergCalibrationScoreRange ,
@@ -354,6 +357,9 @@ def test_score_ranges_base_valid_range(ScoreRangesModel, score_ranges_data):
354357 InvestigatorScoreRanges ,
355358 InvestigatorScoreRangesCreate ,
356359 InvestigatorScoreRangesModify ,
360+ ScottScoreRanges ,
361+ ScottScoreRangesCreate ,
362+ ScottScoreRangesModify ,
357363 ],
358364)
359365def test_score_ranges_brnich_valid_range (ScoreRangesModel , score_ranges_data ):
@@ -413,6 +419,9 @@ def test_score_ranges_zeiberg_calibration_valid_range(ScoreRangesModel, score_ra
413419 (InvestigatorScoreRanges , BrnichScoreRange ),
414420 (InvestigatorScoreRangesCreate , BrnichScoreRangeCreate ),
415421 (InvestigatorScoreRangesModify , BrnichScoreRangeModify ),
422+ (ScottScoreRanges , BrnichScoreRange ),
423+ (ScottScoreRangesCreate , BrnichScoreRangeCreate ),
424+ (ScottScoreRangesModify , BrnichScoreRangeModify ),
416425 ],
417426)
418427def test_score_ranges_ranges_may_not_overlap (ScoreRangesModel , ScoreRangeModel ):
@@ -443,6 +452,9 @@ def test_score_ranges_ranges_may_not_overlap(ScoreRangesModel, ScoreRangeModel):
443452 (InvestigatorScoreRanges , BrnichScoreRange ),
444453 (InvestigatorScoreRangesCreate , BrnichScoreRangeCreate ),
445454 (InvestigatorScoreRangesModify , BrnichScoreRangeModify ),
455+ (ScottScoreRanges , BrnichScoreRange ),
456+ (ScottScoreRangesCreate , BrnichScoreRangeCreate ),
457+ (ScottScoreRangesModify , BrnichScoreRangeModify ),
446458 ],
447459)
448460def test_score_ranges_ranges_may_not_overlap_via_inclusive_bounds (ScoreRangesModel , ScoreRangeModel ):
@@ -485,6 +497,9 @@ def test_score_ranges_ranges_may_not_overlap_via_inclusive_bounds(ScoreRangesMod
485497 (InvestigatorScoreRanges , BrnichScoreRange ),
486498 (InvestigatorScoreRangesCreate , BrnichScoreRangeCreate ),
487499 (InvestigatorScoreRangesModify , BrnichScoreRangeModify ),
500+ (ScottScoreRanges , BrnichScoreRange ),
501+ (ScottScoreRangesCreate , BrnichScoreRangeCreate ),
502+ (ScottScoreRangesModify , BrnichScoreRangeModify ),
488503 ],
489504)
490505@pytest .mark .parametrize (
@@ -638,6 +653,9 @@ def test_score_ranges_zeiberg_calibration_ranges_boundaries_may_be_adjacent(
638653 InvestigatorScoreRanges ,
639654 InvestigatorScoreRangesCreate ,
640655 InvestigatorScoreRangesModify ,
656+ ScottScoreRanges ,
657+ ScottScoreRangesCreate ,
658+ ScottScoreRangesModify ,
641659 ],
642660)
643661def test_score_ranges_brnich_normal_classification_exists_if_baseline_score_provided (ScoreRangesModel ):
@@ -659,6 +677,9 @@ def test_score_ranges_brnich_normal_classification_exists_if_baseline_score_prov
659677 InvestigatorScoreRanges ,
660678 InvestigatorScoreRangesCreate ,
661679 InvestigatorScoreRangesModify ,
680+ ScottScoreRanges ,
681+ ScottScoreRangesCreate ,
682+ ScottScoreRangesModify ,
662683 ],
663684)
664685def test_score_ranges_brnich_baseline_score_within_normal_range (ScoreRangesModel ):
@@ -684,6 +705,9 @@ def test_score_ranges_brnich_baseline_score_within_normal_range(ScoreRangesModel
684705 InvestigatorScoreRanges ,
685706 InvestigatorScoreRangesCreate ,
686707 InvestigatorScoreRangesModify ,
708+ ScottScoreRanges ,
709+ ScottScoreRangesCreate ,
710+ ScottScoreRangesModify ,
687711 ],
688712)
689713def test_score_ranges_brnich_baseline_type_score_provided_if_normal_range_exists (ScoreRangesModel ):
0 commit comments