22platform darwin -- Python 3.9.7, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
33rootdir: /Users/johnmount/Documents/work/data_algebra
44plugins: cov-2.12.1, anyio-2.2.0, typeguard-2.13.0
5- collected 249 items
5+ collected 250 items
66
77tests/test_OrderedSet.py .... [ 1%]
88tests/test_agg.py . [ 2%]
@@ -60,41 +60,42 @@ tests/test_one_row_cdata_convert.py . [ 47%]
6060tests/test_ops.py . [ 48%]
6161tests/test_ops_eq.py . [ 48%]
6262tests/test_or.py ..... [ 50%]
63- tests/test_order_limit.py . [ 51 %]
63+ tests/test_order_limit.py . [ 50 %]
6464tests/test_ordered_agg_group.py . [ 51%]
6565tests/test_parse.py .......................... [ 61%]
6666tests/test_project.py ..... [ 63%]
6767tests/test_ranked_example.py . [ 64%]
6868tests/test_readme_example.py . [ 64%]
6969tests/test_ref_detect.py .. [ 65%]
7070tests/test_rename.py . [ 65%]
71- tests/test_round.py ... [ 67 %]
71+ tests/test_round.py ... [ 66 %]
7272tests/test_scalar_columns.py . [ 67%]
7373tests/test_scatter_example.py . [ 67%]
7474tests/test_scoring_example.py . [ 68%]
7575tests/test_select.py ... [ 69%]
7676tests/test_select_stacking.py . [ 69%]
7777tests/test_select_values.py .. [ 70%]
78- tests/test_set_quoting.py ...... [ 73 %]
78+ tests/test_set_quoting.py ...... [ 72 %]
7979tests/test_shorten.py . [ 73%]
8080tests/test_sign_parse.py .. [ 74%]
8181tests/test_simple.py .... [ 75%]
8282tests/test_simple_expr.py . [ 76%]
83- tests/test_simplification.py .. [ 77 %]
83+ tests/test_simplification.py .. [ 76 %]
8484tests/test_spark_sql.py . [ 77%]
8585tests/test_sql_extend_shortening.py .. [ 78%]
8686tests/test_sqlite.py ............. [ 83%]
8787tests/test_sqlite_joins.py ... [ 84%]
8888tests/test_strat_example.py .. [ 85%]
8989tests/test_sum_cumsum.py . [ 85%]
90+ tests/test_sum_one.py . [ 86%]
9091tests/test_t_test_example.py . [ 86%]
9192tests/test_table_is_key_by_columns.py . [ 86%]
9293tests/test_table_q.py . [ 87%]
9394tests/test_transform_examples.py ........... [ 91%]
94- tests/test_types.py . [ 91 %]
95+ tests/test_types.py . [ 92 %]
9596tests/test_uniform.py .. [ 92%]
9697tests/test_use.py .. [ 93%]
97- tests/test_user_sql.py . [ 93 %]
98+ tests/test_user_sql.py . [ 94 %]
9899tests/test_value_behaves_like_column.py .... [ 95%]
99100tests/test_window2.py ... [ 96%]
100101tests/test_window_fns.py ..... [ 98%]
@@ -108,7 +109,7 @@ data_algebra/BigQuery.py 108 67 38%
108109data_algebra/MySQL.py 28 10 64%
109110data_algebra/OrderedSet.py 73 9 88%
110111data_algebra/PostgreSQL.py 21 7 67%
111- data_algebra/SQLite.py 151 20 87 %
112+ data_algebra/SQLite.py 151 21 86 %
112113data_algebra/SparkSQL.py 81 45 44%
113114data_algebra/__init__.py 5 0 100%
114115data_algebra/arrow.py 141 32 77%
@@ -131,7 +132,7 @@ data_algebra/python3_lark.py 1 0 100%
131132data_algebra/test_util.py 273 50 82%
132133data_algebra/util.py 140 29 79%
133134----------------------------------------------------------
134- TOTAL 5263 908 83%
135+ TOTAL 5263 909 83%
135136
136137
137- ============================= 249 passed in 27.37s =============================
138+ ============================= 250 passed in 27.40s =============================
0 commit comments