22platform darwin -- Python 3.11.2, pytest-7.1.2, pluggy-1.0.0
33rootdir: /Users/johnmount/Documents/work/pyvtreat/pkg
44plugins: anyio-3.5.0, cov-4.0.0
5- collected 42 items
5+ collected 44 items
66
77pkg/tests/test_KDD2009.py . [ 2%]
8- pkg/tests/test_ai200_examples.py .. [ 7%]
9- pkg/tests/test_classification.py ... [ 14%]
10- pkg/tests/test_col_name_issues.py ... [ 21%]
11- pkg/tests/test_cross_plan_issues.py .. [ 26%]
12- pkg/tests/test_db_adapter.py ... [ 33%]
13- pkg/tests/test_dup.py . [ 35%]
14- pkg/tests/test_effect_scaler.py .. [ 40%]
15- pkg/tests/test_id_column_check.py . [ 42%]
8+ pkg/tests/test_ai200_examples.py .. [ 6%]
9+ pkg/tests/test_classification.py ... [ 13%]
10+ pkg/tests/test_col_name_issues.py ... [ 20%]
11+ pkg/tests/test_cross_plan_issues.py .. [ 25%]
12+ pkg/tests/test_db_adapter.py ... [ 31%]
13+ pkg/tests/test_dup.py . [ 34%]
14+ pkg/tests/test_effect_scaler.py .. [ 38%]
15+ pkg/tests/test_grouped_stats.py . [ 40%]
16+ pkg/tests/test_id_column_check.py . [ 43%]
1617pkg/tests/test_imputation_controls.py . [ 45%]
1718pkg/tests/test_logistic_small.py . [ 47%]
1819pkg/tests/test_max_levels.py . [ 50%]
1920pkg/tests/test_multinomial.py . [ 52%]
2021pkg/tests/test_nan_inf.py . [ 54%]
21- pkg/tests/test_outcome_name_required.py . [ 57 %]
22+ pkg/tests/test_outcome_name_required.py . [ 56 %]
2223pkg/tests/test_pipeparams.py . [ 59%]
23- pkg/tests/test_r1_issue.py . [ 61%]
24- pkg/tests/test_range.py . [ 64%]
25- pkg/tests/test_regression.py . [ 66%]
26- pkg/tests/test_result_restriction.py . [ 69%]
27- pkg/tests/test_stats.py ..... [ 80%]
28- pkg/tests/test_unexepcted_nan.py . [ 83%]
29- pkg/tests/test_unsup_perf.py . [ 85%]
24+ pkg/tests/test_pooled_calc.py . [ 61%]
25+ pkg/tests/test_r1_issue.py . [ 63%]
26+ pkg/tests/test_range.py . [ 65%]
27+ pkg/tests/test_regression.py . [ 68%]
28+ pkg/tests/test_result_restriction.py . [ 70%]
29+ pkg/tests/test_stats.py ..... [ 81%]
30+ pkg/tests/test_unexepcted_nan.py . [ 84%]
31+ pkg/tests/test_unsup_perf.py . [ 86%]
3032pkg/tests/test_unsupervised.py . [ 88%]
3133pkg/tests/test_user_coders.py . [ 90%]
3234pkg/tests/test_util.py .. [ 95%]
@@ -44,18 +46,19 @@ pkg/tests/test_xicor.py .. [100%]
4446-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
4547
4648---------- coverage: platform darwin, python 3.11.2-final-0 ----------
47- Name Stmts Miss Cover
48- -----------------------------------------------------
49- pkg/vtreat/__init__.py 6 0 100%
50- pkg/vtreat/cross_plan.py 50 1 98%
51- pkg/vtreat/effect_scaler.py 59 4 93%
52- pkg/vtreat/stats_utils.py 132 0 100%
53- pkg/vtreat/transform.py 14 0 100%
54- pkg/vtreat/util.py 140 7 95%
55- pkg/vtreat/vtreat_api.py 285 34 88%
56- pkg/vtreat/vtreat_db_adapter.py 69 0 100%
57- pkg/vtreat/vtreat_impl.py 703 58 92%
58- -----------------------------------------------------
59- TOTAL 1458 104 93%
49+ Name Stmts Miss Cover
50+ -------------------------------------------------------------
51+ pkg/vtreat/__init__.py 6 0 100%
52+ pkg/vtreat/cross_plan.py 50 1 98%
53+ pkg/vtreat/effect_scaler.py 59 4 93%
54+ pkg/vtreat/partial_pooling_estimator.py 34 0 100%
55+ pkg/vtreat/stats_utils.py 132 0 100%
56+ pkg/vtreat/transform.py 14 0 100%
57+ pkg/vtreat/util.py 149 8 95%
58+ pkg/vtreat/vtreat_api.py 285 34 88%
59+ pkg/vtreat/vtreat_db_adapter.py 69 0 100%
60+ pkg/vtreat/vtreat_impl.py 711 61 91%
61+ -------------------------------------------------------------
62+ TOTAL 1509 108 93%
6063
61- ================== 42 passed, 2 warnings in 98.80s (0:01:38) = ==================
64+ ================== 44 passed, 2 warnings in 107.64s (0:01:47) ==================
0 commit comments