22platform darwin -- Python 3.6.9, pytest-5.2.2, py-1.8.0, pluggy-0.13.0
33rootdir: /Users/johnmount/Documents/work/data_algebra
44plugins: cov-2.8.1
5- collected 58 items
5+ collected 60 items
66
77tests/test_R_yaml.py . [ 1%]
88tests/test_apply.py . [ 3%]
99tests/test_arrow1.py . [ 5%]
1010tests/test_calc_warnings_errors.py . [ 6%]
11- tests/test_cc.py ...... [ 17 %]
11+ tests/test_cc.py ...... [ 16 %]
1212tests/test_cdata1.py . [ 18%]
1313tests/test_cdata_example.py .... [ 25%]
14- tests/test_cols_used.py . [ 27 %]
15- tests/test_concat_rows.py . [ 29 %]
16- tests/test_degenerate_project.py . [ 31 %]
17- tests/test_drop_columns.py . [ 32 %]
18- tests/test_exampe1.py . [ 34 %]
19- tests/test_example_data_ops.py . [ 36 %]
20- tests/test_exp.py . [ 37 %]
21- tests/test_export_neg.py . [ 39 %]
22- tests/test_expr_parse.py . [ 41 %]
23- tests/test_extend.py ... [ 46 %]
24- tests/test_flow_text.py . [ 48 %]
25- tests/test_free_expr.py . [ 50 %]
26- tests/test_ghost_col_issue.py . [ 51 %]
27- tests/test_if_else.py . [ 53 %]
28- tests/test_join_check.py . [ 55 %]
29- tests/test_join_effects.py .. [ 58 %]
30- tests/test_math.py . [ 60 %]
31- tests/test_natural_join.py . [ 62 %]
32- tests/test_neg.py . [ 63 %]
33- tests/test_null_bad.py . [ 65 %]
34- tests/test_parse.py . [ 67 %]
35- tests/test_project.py ..... [ 75 %]
36- tests/test_scatter_example.py . [ 77 %]
37- tests/test_scoring_example.py . [ 79 %]
14+ tests/test_cols_used.py . [ 26 %]
15+ tests/test_concat_rows.py . [ 28 %]
16+ tests/test_degenerate_project.py . [ 30 %]
17+ tests/test_drop_columns.py . [ 31 %]
18+ tests/test_exampe1.py ... [ 36 %]
19+ tests/test_example_data_ops.py . [ 38 %]
20+ tests/test_exp.py . [ 40 %]
21+ tests/test_export_neg.py . [ 41 %]
22+ tests/test_expr_parse.py . [ 43 %]
23+ tests/test_extend.py ... [ 48 %]
24+ tests/test_flow_text.py . [ 50 %]
25+ tests/test_free_expr.py . [ 51 %]
26+ tests/test_ghost_col_issue.py . [ 53 %]
27+ tests/test_if_else.py . [ 55 %]
28+ tests/test_join_check.py . [ 56 %]
29+ tests/test_join_effects.py .. [ 60 %]
30+ tests/test_math.py . [ 61 %]
31+ tests/test_natural_join.py . [ 63 %]
32+ tests/test_neg.py . [ 65 %]
33+ tests/test_null_bad.py . [ 66 %]
34+ tests/test_parse.py . [ 68 %]
35+ tests/test_project.py ..... [ 76 %]
36+ tests/test_scatter_example.py . [ 78 %]
37+ tests/test_scoring_example.py . [ 80 %]
3838tests/test_select_stacking.py . [ 81%]
39- tests/test_simple.py ..... [ 89 %]
39+ tests/test_simple.py ..... [ 90 %]
4040tests/test_spark_sql.py . [ 91%]
4141tests/test_sqlite.py . [ 93%]
42- tests/test_strat_example.py . [ 94 %]
42+ tests/test_strat_example.py . [ 95 %]
4343tests/test_table_is_key_by_columns.py . [ 96%]
4444tests/test_window2.py . [ 98%]
4545tests/test_window_fns.py . [100%]
@@ -56,19 +56,19 @@ data_algebra/cdata.py 228 77 66%
5656data_algebra/cdata_impl.py 13 1 92%
5757data_algebra/connected_components.py 49 1 98%
5858data_algebra/data_model.py 44 16 64%
59- data_algebra/data_ops.py 1226 275 78%
59+ data_algebra/data_ops.py 1242 278 78%
6060data_algebra/db_model.py 389 76 80%
6161data_algebra/diagram.py 56 43 23%
6262data_algebra/env.py 52 7 87%
6363data_algebra/expr.py 20 4 80%
64- data_algebra/expr_rep.py 617 206 67%
64+ data_algebra/expr_rep.py 618 206 67%
6565data_algebra/flow_text.py 17 0 100%
6666data_algebra/pandas_model.py 178 22 88%
6767data_algebra/test_util.py 6 0 100%
6868data_algebra/util.py 93 13 86%
6969data_algebra/yaml.py 123 15 88%
7070----------------------------------------------------------
71- TOTAL 3387 818 76%
71+ TOTAL 3404 821 76%
7272
7373
74- ============================= 58 passed in 11.61s ==============================
74+ ============================== 60 passed in 6.27s ==============================
0 commit comments