22platform darwin -- Python 3.9.4, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
33rootdir: /Users/johnmount/Documents/work/data_algebra
44plugins: anyio-2.2.0, cov-2.11.1
5- collected 173 items
5+ collected 174 items
66
77tests/test_OrderedSet.py . [ 0%]
88tests/test_agg.py . [ 1%]
@@ -17,7 +17,7 @@ tests/test_cdata_example.py ... [ 11%]
1717tests/test_coalesce.py . [ 12%]
1818tests/test_cols_used.py . [ 12%]
1919tests/test_concat_rows.py ... [ 14%]
20- tests/test_container.py . [ 15 %]
20+ tests/test_container.py . [ 14 %]
2121tests/test_cross_product_join.py . [ 15%]
2222tests/test_db_model.py . [ 16%]
2323tests/test_degenerate_project.py . [ 16%]
@@ -36,37 +36,37 @@ tests/test_if_else.py .... [ 38%]
3636tests/test_incomplete_agg.py . [ 39%]
3737tests/test_join_check.py . [ 39%]
3838tests/test_join_effects.py . [ 40%]
39- tests/test_join_opt.py . [ 41 %]
39+ tests/test_join_opt.py . [ 40 %]
4040tests/test_lark_parser.py ..... [ 43%]
4141tests/test_logistic_example.py . [ 44%]
42- tests/test_math.py . [ 45 %]
42+ tests/test_math.py . [ 44 %]
4343tests/test_minimum.py . [ 45%]
44- tests/test_narrow.py . [ 46 %]
44+ tests/test_narrow.py . [ 45 %]
4545tests/test_natural_join.py . [ 46%]
4646tests/test_neg.py . [ 47%]
4747tests/test_null_bad.py . [ 47%]
4848tests/test_ops.py . [ 48%]
49- tests/test_ops_eq.py . [ 49 %]
50- tests/test_or.py ..... [ 52 %]
49+ tests/test_ops_eq.py . [ 48 %]
50+ tests/test_or.py ..... [ 51 %]
5151tests/test_ordered_agg_group.py . [ 52%]
5252tests/test_parse.py ........................ [ 66%]
53- tests/test_project.py ..... [ 69 %]
53+ tests/test_project.py ..... [ 68 %]
5454tests/test_ranked_example.py . [ 69%]
5555tests/test_readme_example.py . [ 70%]
5656tests/test_ref_detect.py .. [ 71%]
57- tests/test_rename.py . [ 72 %]
57+ tests/test_rename.py . [ 71 %]
5858tests/test_round.py ... [ 73%]
5959tests/test_scatter_example.py . [ 74%]
60- tests/test_scoring_example.py . [ 75 %]
60+ tests/test_scoring_example.py . [ 74 %]
6161tests/test_select.py ... [ 76%]
6262tests/test_select_stacking.py . [ 77%]
6363tests/test_set_quoting.py .. [ 78%]
64- tests/test_shorten.py . [ 79 %]
65- tests/test_sign_parse.py .. [ 80 %]
64+ tests/test_shorten.py . [ 78 %]
65+ tests/test_sign_parse.py .. [ 79 %]
6666tests/test_simple.py .... [ 82%]
67- tests/test_simple_expr.py . [ 83 %]
67+ tests/test_simple_expr.py . [ 82 %]
6868tests/test_spark_sql.py . [ 83%]
69- tests/test_sql_extend_shortening.py . [ 84%]
69+ tests/test_sql_extend_shortening.py .. [ 84%]
7070tests/test_sqlite.py .... [ 86%]
7171tests/test_strat_example.py .. [ 87%]
7272tests/test_sum_cumsum.py . [ 88%]
@@ -79,12 +79,12 @@ tests/test_with.py .. [100%]
7979---------- coverage: platform darwin, python 3.9.4-final-0 -----------
8080Name Stmts Miss Cover
8181----------------------------------------------------------
82- data_algebra/BigQuery.py 105 68 35 %
83- data_algebra/MySQL.py 28 10 64 %
82+ data_algebra/BigQuery.py 105 37 65 %
83+ data_algebra/MySQL.py 28 6 79 %
8484data_algebra/OrderedSet.py 53 7 87%
85- data_algebra/PostgreSQL.py 18 7 61 %
85+ data_algebra/PostgreSQL.py 18 3 83 %
8686data_algebra/SQLite.py 68 6 91%
87- data_algebra/SparkSQL.py 68 43 37 %
87+ data_algebra/SparkSQL.py 68 15 78 %
8888data_algebra/__init__.py 6 0 100%
8989data_algebra/arrow.py 170 36 79%
9090data_algebra/cdata.py 326 72 78%
@@ -93,7 +93,7 @@ data_algebra/data_model.py 87 21 76%
9393data_algebra/data_ops.py 1110 193 83%
9494data_algebra/data_ops_types.py 85 38 55%
9595data_algebra/data_ops_utils.py 51 7 86%
96- data_algebra/db_model.py 811 94 88 %
96+ data_algebra/db_model.py 811 84 90 %
9797data_algebra/diagram.py 56 44 21%
9898data_algebra/eval_model.py 16 1 94%
9999data_algebra/expr_parse.py 32 0 100%
@@ -105,10 +105,10 @@ data_algebra/pandas_base.py 261 22 92%
105105data_algebra/pandas_model.py 18 3 83%
106106data_algebra/parse_by_lark.py 139 34 76%
107107data_algebra/python3_lark.py 1 0 100%
108- data_algebra/test_util.py 178 25 86 %
108+ data_algebra/test_util.py 178 21 88 %
109109data_algebra/util.py 28 4 86%
110110----------------------------------------------------------
111- TOTAL 4544 875 81 %
111+ TOTAL 4544 794 83 %
112112
113113
114- ============================= 173 passed in 31.62s ====== =======================
114+ ======================= 174 passed in 3218.98s (0:53:38) =======================
0 commit comments