|
2 | 2 | platform darwin -- Python 3.9.12, pytest-7.1.1, pluggy-1.0.0 |
3 | 3 | rootdir: /Users/johnmount/Documents/work/data_algebra |
4 | 4 | plugins: anyio-3.5.0, cov-3.0.0 |
5 | | -collected 302 items |
| 5 | +collected 303 items |
6 | 6 |
|
7 | 7 | tests/test_OrderedSet.py ...... [ 1%] |
8 | 8 | tests/test_agg.py . [ 2%] |
@@ -36,13 +36,14 @@ tests/test_ex_examples.py ............ [ 24%] |
36 | 36 | tests/test_example1.py .... [ 26%] |
37 | 37 | tests/test_exp.py . [ 26%] |
38 | 38 | tests/test_exp_parens.py . [ 26%] |
| 39 | +tests/test_expand_rows.py . [ 27%] |
39 | 40 | tests/test_expr_parse.py . [ 27%] |
40 | | -tests/test_expression_expectations.py .. [ 27%] |
41 | | -tests/test_extend.py ...... [ 29%] |
| 41 | +tests/test_expression_expectations.py .. [ 28%] |
| 42 | +tests/test_extend.py ...... [ 30%] |
42 | 43 | tests/test_extend_order.py . [ 30%] |
43 | 44 | tests/test_first_last.py . [ 30%] |
44 | 45 | tests/test_float_divide.py ... [ 31%] |
45 | | -tests/test_flow_text.py . [ 31%] |
| 46 | +tests/test_flow_text.py . [ 32%] |
46 | 47 | tests/test_forbidden_calculation.py .. [ 32%] |
47 | 48 | tests/test_forbidden_ops.py ... [ 33%] |
48 | 49 | tests/test_free_fn.py . [ 33%] |
@@ -71,15 +72,15 @@ tests/test_natural_join.py . [ 50%] |
71 | 72 | tests/test_neg.py . [ 50%] |
72 | 73 | tests/test_null_bad.py .. [ 51%] |
73 | 74 | tests/test_one_row_cdata_convert.py . [ 51%] |
74 | | -tests/test_ops.py . [ 51%] |
| 75 | +tests/test_ops.py . [ 52%] |
75 | 76 | tests/test_ops_eq.py . [ 52%] |
76 | | -tests/test_or.py ..... [ 53%] |
| 77 | +tests/test_or.py ..... [ 54%] |
77 | 78 | tests/test_order_limit.py . [ 54%] |
78 | 79 | tests/test_ordered_agg_group.py . [ 54%] |
79 | 80 | tests/test_parens.py .. [ 55%] |
80 | | -tests/test_parse.py .......................... [ 63%] |
| 81 | +tests/test_parse.py .......................... [ 64%] |
81 | 82 | tests/test_project.py ..... [ 65%] |
82 | | -tests/test_rank.py . [ 65%] |
| 83 | +tests/test_rank.py . [ 66%] |
83 | 84 | tests/test_rank_to_average.py . [ 66%] |
84 | 85 | tests/test_ranked_example.py . [ 66%] |
85 | 86 | tests/test_readme_example.py . [ 66%] |
@@ -150,12 +151,12 @@ data_algebra/pandas_base.py 501 44 91% 29, 69, 71, 84, 94, |
150 | 151 | data_algebra/pandas_model.py 5 0 100% |
151 | 152 | data_algebra/parse_by_lark.py 164 24 85% 71, 93, 108, 129-130, 137, 161, 171, 185-186, 188, 200, 206, 213-217, 245, 253, 263-266 |
152 | 153 | data_algebra/python3_lark.py 1 0 100% |
153 | | -data_algebra/solutions.py 117 4 97% 63, 290, 371, 454 |
| 154 | +data_algebra/solutions.py 135 4 97% 63, 290, 371, 454 |
154 | 155 | data_algebra/sql_format_options.py 15 2 87% 61, 69 |
155 | 156 | data_algebra/test_util.py 290 56 81% 88, 110, 120, 123, 127, 150, 153, 157, 159-162, 173, 228-229, 245-250, 254, 266, 268-276, 322, 325, 333, 344, 351, 355, 367, 380, 463-466, 468-471, 473-476, 478-481, 555-560, 566-567, 570 |
156 | 157 | data_algebra/util.py 140 29 79% 26, 51, 56, 61, 84-85, 88-89, 92-93, 96-97, 100-101, 104-105, 108-109, 112-113, 116-117, 120-121, 192, 207, 248, 252, 254 |
157 | 158 | -------------------------------------------------------------------- |
158 | | -TOTAL 5759 845 85% |
| 159 | +TOTAL 5777 845 85% |
159 | 160 |
|
160 | 161 |
|
161 | | -======================= 302 passed in 417.20s (0:06:57) ======================== |
| 162 | +======================= 303 passed in 423.88s (0:07:03) ======================== |
0 commit comments